Rev |
Age |
Author |
Path |
Log message |
Diff |
8798 |
286d 6h |
ny00123 |
/source/ |
SW: Revert the changes from JFSW commit 7d0deafe81b0ffa30d77cfe242e454f8b4487a1f
related to the definitions of RANDOM_NEG in bunny.cpp, ripper.cpp
and ripper2.cpp. Do so in a way that isn't re-introducing compiler
warnings. This partially fixes compatibility with demos made for SW 1.2.
Additionally, replace the 3 separate definitions of RANDOM_NEG
with a common one within game.h. |
|
8797 |
286d 6h |
ny00123 |
/source/ |
SW: Fix a few memory access errors related to demo support |
|
8796 |
286d 6h |
ny00123 |
/source/ |
Add a workaround for possible rounding errors in calculations of
sintable and radarang. sintable[512] was different in a 32-bit build. |
|
8794 |
286d 15h |
hendricks266 |
/source/ |
Fix voxels defined with definemodel
Patch from Nuke.YKT. |
|
8793 |
286d 15h |
hendricks266 |
/source/ |
Replace hackish old PALETTE.DAT format detection with robust file length method |
|
8792 |
288d 3h |
ny00123 |
/source/ |
Pack the struct SW_PACKET. While this makes demo playback
functional with existing demo files, the code is known
to be incompatible with demos made for SW 1.2. |
|
8791 |
292d 17h |
hendricks266 |
/source/ |
WT Incinerator projectile velocity hotfix from Nuke.YKT |
|
8790 |
292d 17h |
hendricks266 |
/source/ |
Implement WT episode 5 ending |
|
8789 |
292d 17h |
hendricks266 |
/source/ |
Implement WT's widescreen tiles |
|
8788 |
292d 17h |
hendricks266 |
/source/ |
Implement hardcoded WT stuff
Includes the new weapon, enemy projectiles, and breakable objects.
Patch from Nuke.YKT.
I edited it some, mostly to add the proper "if (WORLDTOUR)" checks. |
|
8787 |
292d 17h |
hendricks266 |
/source/ |
Fix negative viewtypes to match what World Tour expects |
|
8786 |
292d 17h |
hendricks266 |
/source/ |
Cleanup some Duke game logic, mostly to allow easier chaining to the default case |
|
8785 |
292d 17h |
hendricks266 |
/source/ |
Fix mistake in .rc |
|
8784 |
297d 17h |
terminx |
/source/ |
Update TinySoundFont to 21c07c0bcd702e7adf3db349ac926914b98d17ce |
|
8783 |
297d 17h |
terminx |
/source/ |
Clean up audiolib format detection a little bit |
|
8782 |
297d 17h |
terminx |
/source/ |
Misc audiolib cleanup changes
This was split from another commit to make the other commit clearer. These changes don't really do much of anything. |
|
8781 |
300d 4h |
ny00123 |
/source/ |
SW: Revert the automapping changes from r5207. Using engine-side code
brought back in r7873, this should restore the behaviors of DOS v1.2. |
|
8780 |
300d 4h |
ny00123 |
/source/ |
Add set of polymost2d to 0 which was missed in r8711 to resizeglcheck.
Fixes tiled automap rendering in SW, without breaking the status bar
as in the case of r8766. |
|
8779 |
300d 4h |
ny00123 |
/source/ |
Revert the change of call to FAF_DrawRooms into a conditional one,
as done in r8766, since this breaks status bar output in tiled
overhead map with Polymost. Do add comment about this for now. |
|
8778 |
300d 14h |
terminx |
/source/ |
Restore previously selected .sf2 filename when the file selector is canceled by pressing esc |
|