Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
69Filtered Results

Detail

2020.03.07.Log1755.txt

📄SVN 📅2020-03-07 💾2,4 KB 8 Parsed entries FIX

Revision r8698

sw/src/weapon.cpp: Comment out unused MissileSeek and ComboMissileSeek
params, but leave them for documentation. Note that currently, the
only use of ComboMissileSeek is in the saveable_weapon_code array.

Revision r8697

SW: Comment out function parameters accessed only in commented out code

Revision r8696

SW: Mark function parameters as unused in cases we can't easily change
the functions' signatures (often due to being used as callbacks/hooks)

Revision r8695

Take care of unused parameters in sw/src/menus.cpp:MNU_DoMenu.
Note that the passed type is always ct_mainmenu.

Revision r8694

SW: Remove a bunch of unused function parameters

Revision r8693

sw/src/weapon.cpp: Remove conditional set of unused variable hsp
in InitMineShrap, as well as unused variable sp in TestDontStick

Revision r8692

sw/src/weapon.cpp: Insert unused SHRAP structs into #if 0 blocks

Revision r8691

startgtk (Duke3D, SW, Build Editor): Use nullptr instead
of NULL for ending arguments list in gtk function calls. Fixes
"missing sentinel in function call" warning with a specific GCC version.
Raw Content
------------------------------------------------------------------------
r8699 | ny00123 | 2020-03-07 05:51:57 -0800 (Sat, 07 Mar 2020) | 1 line

sw/src/menus.cpp: Remove nonexisting MNU_ClearDialog function prototype
------------------------------------------------------------------------
r8698 | ny00123 | 2020-03-07 05:51:56 -0800 (Sat, 07 Mar 2020) | 3 lines

sw/src/weapon.cpp: Comment out unused MissileSeek and ComboMissileSeek
params, but leave them for documentation. Note that currently, the
only use of ComboMissileSeek is in the saveable_weapon_code array.
------------------------------------------------------------------------
r8697 | ny00123 | 2020-03-07 05:51:54 -0800 (Sat, 07 Mar 2020) | 1 line

SW: Comment out function parameters accessed only in commented out code
------------------------------------------------------------------------
r8696 | ny00123 | 2020-03-07 05:51:53 -0800 (Sat, 07 Mar 2020) | 2 lines

SW: Mark function parameters as unused in cases we can't easily change
the functions' signatures (often due to being used as callbacks/hooks)
------------------------------------------------------------------------
r8695 | ny00123 | 2020-03-07 05:51:51 -0800 (Sat, 07 Mar 2020) | 2 lines

Take care of unused parameters in sw/src/menus.cpp:MNU_DoMenu.
Note that the passed type is always ct_mainmenu.
------------------------------------------------------------------------
r8694 | ny00123 | 2020-03-07 05:51:49 -0800 (Sat, 07 Mar 2020) | 1 line

SW: Remove a bunch of unused function parameters
------------------------------------------------------------------------
r8693 | ny00123 | 2020-03-07 05:51:46 -0800 (Sat, 07 Mar 2020) | 2 lines

sw/src/weapon.cpp: Remove conditional set of unused variable hsp
in InitMineShrap, as well as unused variable sp in TestDontStick
------------------------------------------------------------------------
r8692 | ny00123 | 2020-03-07 05:51:43 -0800 (Sat, 07 Mar 2020) | 1 line

sw/src/weapon.cpp: Insert unused SHRAP structs into #if 0 blocks
------------------------------------------------------------------------
r8691 | ny00123 | 2020-03-07 05:51:41 -0800 (Sat, 07 Mar 2020) | 3 lines

startgtk (Duke3D, SW, Build Editor): Use nullptr instead
of NULL for ending arguments list in gtk function calls. Fixes
"missing sentinel in function call" warning with a specific GCC version.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.