Esplora i log in modo ordinato: filtri per tipo/anno, ricerca testuale e dettaglio commit revisionato.

2100File Totali
2088Log SVN
12ChangeLog Git
2100Risultati Filtrati

Dettaglio

2020.03.06.Log1754.txt

📄SVN 📅2020-03-06 💾2,2 KB 8 Entry parsate CON FIX

Revision r8689

sw/src/player.cpp: A bit more complicated cases of unused vars

Revision r8688

SW: Handle cases in which the result of an expression
with (possible) side-effects is written to an unused var.

Revision r8687

sw/src/inv.cpp: Move unused global pal arrays to #if 0 block

Revision r8686

SW: Comment out unused vars, which would become
used if previously commented out code was uncommented
(including a few instances of uninitialized var reads).

Revision r8685

SW: Remove a ton of unused vars

Revision r8684

Let's force _WIN32_WINNT to 0x0600 in mmulti.cpp for now, even if
already defined earlier. Don't redefine WIN32_LEAN_AND_MEAN, though.

Revision r8683

mmulti.cpp: Fix __USE_GNU redefinition warning

Revision r8682

mmulti.cpp: Remove unused variables. Additionally,
define simlagcnt and simlagfif only if SIMLAG > 1.
Contenuto Raw
------------------------------------------------------------------------
r8690 | ny00123 | 2020-03-06 07:50:01 -0800 (Fri, 06 Mar 2020) | 1 line

sw/src/player.cpp: Remove unused globals related to mouse status
------------------------------------------------------------------------
r8689 | ny00123 | 2020-03-06 07:50:00 -0800 (Fri, 06 Mar 2020) | 1 line

sw/src/player.cpp: A bit more complicated cases of unused vars
------------------------------------------------------------------------
r8688 | ny00123 | 2020-03-06 07:49:58 -0800 (Fri, 06 Mar 2020) | 2 lines

SW: Handle cases in which the result of an expression
with (possible) side-effects is written to an unused var.
------------------------------------------------------------------------
r8687 | ny00123 | 2020-03-06 07:49:56 -0800 (Fri, 06 Mar 2020) | 1 line

sw/src/inv.cpp: Move unused global pal arrays to #if 0 block
------------------------------------------------------------------------
r8686 | ny00123 | 2020-03-06 07:49:55 -0800 (Fri, 06 Mar 2020) | 3 lines

SW: Comment out unused vars, which would become
used if previously commented out code was uncommented
(including a few instances of uninitialized var reads).
------------------------------------------------------------------------
r8685 | ny00123 | 2020-03-06 07:49:49 -0800 (Fri, 06 Mar 2020) | 1 line

SW: Remove a ton of unused vars
------------------------------------------------------------------------
r8684 | ny00123 | 2020-03-06 07:49:41 -0800 (Fri, 06 Mar 2020) | 2 lines

Let's force _WIN32_WINNT to 0x0600 in mmulti.cpp for now, even if
already defined earlier. Don't redefine WIN32_LEAN_AND_MEAN, though.
------------------------------------------------------------------------
r8683 | ny00123 | 2020-03-06 07:49:40 -0800 (Fri, 06 Mar 2020) | 1 line

mmulti.cpp: Fix __USE_GNU redefinition warning
------------------------------------------------------------------------
r8682 | ny00123 | 2020-03-06 07:49:37 -0800 (Fri, 06 Mar 2020) | 2 lines

mmulti.cpp: Remove unused variables. Additionally,
define simlagcnt and simlagfif only if SIMLAG > 1.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.