Skip to content

Tags: RetroPie/zdoom

Tags

2.8.1

Toggle 2.8.1's commit message
ZDoom v2.8.1

2.9pre

Toggle 2.9pre's commit message
- we are past 2.8 now so the version numbers should reflect that.

2.8.9999

Toggle 2.8.9999's commit message
This is the branch that will not be 2.8.x when it's released

2.8.0

Toggle 2.8.0's commit message
It's not 2.8pre anymore! OMG!

this_commit_loops_correctly

Toggle this_commit_loops_correctly's commit message
- updated DUMB to 85fa2b7e833e2ec45af7ed9629c9f360e4f37730

* Removed unnecessary code

2.7.1

Toggle 2.7.1's commit message
Version 2.7.1

2.8pre

Toggle 2.8pre's commit message
Set master banch up as 2.8pre and maint branch for 2.7.x

2.7.0

Toggle 2.7.0's commit message
- Revert r4244. It seems to be working well enough like this, since t…

…here have been no complaints.

SVN r4341 (trunk)

2.6.1

Toggle 2.6.1's commit message
Merged in non-floatbobbing changes from trunk.

Merged revision(s) 3731-3734, 3736-3743, 3745-3751, 3754, 3756-3757, 3761-3766, 3774-3781, 3783-3787, 3791 from zdoom/trunk:
- Added support for Eternity Engine's function pointer ACS instructions.  (Note that an alternative ACS compiler is necessary to use these instructions properly.)
........
- Fixed: ACS function pointer instructions need to call GetFunction on the tagged module instead of the active behavior.
........
- Fixed: DDrawFB should not recreate all its resources when the palette changes if we were
  the one responsible for the palette change.
- Fixed: DDrawFB::CreateSurfacesComplex() starting tries at 2 instead of 0 is not "debugging cruft"
  since it counts down, not up. (Partially reverts r3195)
........
- Do not set the mouse pointer if the display is 8 bit, since such displays don't support color cursors.
........
- Added Hacx 2.0 detection.
........
- Do do not disable config writing before DoGameSetup() (introduced in r3653) if the config file
  does not already exist. This way, we can create a default config file without removing anything
  from an existing config file if things go wrong early during setup.
........
- Don't use abbreviations in exception descriptions.
........
- This was not supposed to be committed as part of r3737.
........
- Fixed: Editing the player (thing #1) with DeHacked would remove its MF2_PUSHWALL flag.
........
- Fixed: The action function version of ACS_NamedExecuteWithResult only accepted three script parameters.
........
- What I didn't have this saved? ugh
........
- We don't need to keep the FloatBobOffsets[] verison of DoWaggle around.
........
- Fixed: MF6_BUMPSPECIAL only worked when bumped from X/Y movement but not Z movement.
........
- Added UsePlayerStartZ MAPINFO option to cause P_SpawnPlayer() to offset the spawned player's
  Z position by the MapThing's Z, just like for any other MapThing.
- P_SpawnPlayer() now respects a player's SPAWNCEILING and SPAWNFLOAT flags.
........
- Fix some GCC 4.7.1 warnings.
........
- Pass playernum as a parameter to P_SpawnPlayer(). Now P_SpawnMapThing() is the only thing
  that uses the MapThing's type to determine the which player is spawning.
........
- Added MAPINFO flag RandomPlayerStarts. In this mode, no voodoo dolls are spawned. Instead, all
  player starts are added to a pool, and players spawn at a random spot.
........
- The complete FMapThing is overkill for storing player starts, so use a new minimal structure for them.
........
- Added the item flag IF_RESTRICTABSOLUTELY. When this is set, players of the wrong class cannot
  pickup an item at all. (For instance, normally players in Hexen can still pick up other players'
  weapons for ammo. With this flag set, they cannot do that either.)
........
- Fixed: PCD_SCRIPTWAITDIRECT had different semantics than PCD_SCRIPTWAIT.
........
- Added PCD_SCRIPTWAITNAMED p-code.
........
- Enumerate ZDaemon's ACSF_ values.
........
- Added compatibility options for Requiem map04 and Hell Revealed map19.
........
- Fixed type in A_Respawn.
........
- Fixed: Getting remorphed into a chicken should give you a Tome of Power so that you become a
  super chicken. Rawr! The PlayerPawn flag CANSUPERMORPH now enables this.
........
- Fixed: FListMenuItemPlayerDisplay could crash at various points if a class does not have a See state.
........
- Fixed: Toggling the automap could cancel out ending the level, among other things.
........
- Remove Item from StateCallData, since it isn't read anywhere.


........
- Added a 90 degree offset to all voxels, since Build's compass directions start at north
  rather than east.
........
- Fixed: R_ExtendSpriteFrames() would change spr.spriteframes even when it wasn't moving them around.
........
- Fixed: hud_scale is supposed use strictly integral scaling factors.
........
- Fix typo: MF6_SEEINVISIBLE is in flags6, not flags.
........
- Fixed typo: Midtextures with world panning replaced rw_midtexturemid with the rowoffset instead of adding them together.
........
- Fixed: Pain flashes were not inheritable.
........
- Fixed: player_t::settings_controller was not serialized.
........
- snd_midipatchset and fluid_patchset are now processed through NicePath() for variable
  substitution. In addition, on Windows, if they contain no path separator, they will
  automatically have $PROGDIR prepended to them.
........
- Fixed: DSBarInfo::ScreenSizeChanged() must call its supermethod.
........
- Fixed: FStateDefinitions::FinishStates() must ResolveGotoLabels before resolving labelled gotos. Otherwise, something like this fails:
      Goto State1
    State1:
      Goto State2
    State2:
  because when "Goto State1" is processed, State1 is still pointing at the string "State2" rather than State2's state, so the goto will end up pointing at a string (which will soon be
  freed from memory) instead of at an actual state.
........
- Fixed: The label offset has no business being involved in the positioning of the options menu cursor. Also put the cursor towards the bottom of tall small fonts.
........
- Remove LabelOffset from menus entirely and just compute things so that the console font and
  small font, when mixed on the same line, align at their baselines.
........
- Remove LabelOffset from menudef.txt.
........
- Fixed: menu_endgame showed no text during a netgame, nor did it block you from ending a netgame.
........
Merged revision(s) 3771, 3782 from zdoom/trunk:
- Draw 1 pixel of border at the edges of the status bar to prevent imprecision HOMs (only top and bottom for non-widescreen for now).
- The completeborder command is handled at the base statusbar now since it can do so more efficiently.
........
- Fixed: 1 pixel border was drawn when there was no status bar.
........



SVN r3793 (2.6)

2.6.0

Toggle 2.6.0's commit message
- This should become version 2.6.0.

SVN r3729 (2.6)