------------------------------------------------------------------------ r13672 | belugas | 2008-07-03 01:08:35 +0000 (Thu, 03 Jul 2008) | 1 line -Fix(r13670): silent warnings that MSVC did not raised. Looks like enums can not be easily matched :( ------------------------------------------------------------------------ r13671 | frosch | 2008-07-01 18:56:40 +0000 (Tue, 01 Jul 2008) | 1 line -Cleanup: Zeros for sell. ------------------------------------------------------------------------ r13670 | belugas | 2008-07-01 00:04:09 +0000 (Tue, 01 Jul 2008) | 1 line -Codechange : Merge some very alike events handlers. ------------------------------------------------------------------------ r13667 | frosch | 2008-06-30 19:54:03 +0000 (Mon, 30 Jun 2008) | 1 line -Documentation: Comment 'tgp.cpp' a bit. Based on patch by CommanderZ. ------------------------------------------------------------------------ r13665 | belugas | 2008-06-30 16:59:35 +0000 (Mon, 30 Jun 2008) | 1 line -Fix[FS#2119]: Wrong PlayerID used for sending a message to.Patch by Yexo ------------------------------------------------------------------------ r13664 | rubidium | 2008-06-30 15:13:40 +0000 (Mon, 30 Jun 2008) | 2 lines -Fix [FS#2117]: bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop. ------------------------------------------------------------------------ r13663 | belugas | 2008-06-30 14:58:58 +0000 (Mon, 30 Jun 2008) | 1 line -Codechange: Use a default parameter, hoping to reduce the different signatures of functions in menus ------------------------------------------------------------------------ r13662 | rubidium | 2008-06-30 14:49:50 +0000 (Mon, 30 Jun 2008) | 2 lines -Fix [FS#2113]: crash when adding conditional orders to ships. ------------------------------------------------------------------------ r13661 | rubidium | 2008-06-30 14:48:44 +0000 (Mon, 30 Jun 2008) | 2 lines -Fix: server crashing when banning the rconning client. ------------------------------------------------------------------------ r13649 | frosch | 2008-06-28 15:44:24 +0000 (Sat, 28 Jun 2008) | 1 line -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter. ------------------------------------------------------------------------ r13648 | frosch | 2008-06-27 20:59:30 +0000 (Fri, 27 Jun 2008) | 1 line -Cleanup (r5303): Amplitudes should be amplitudes and not amplitudes/16. ------------------------------------------------------------------------ r13647 | skidd13 | 2008-06-27 17:46:43 +0000 (Fri, 27 Jun 2008) | 2 lines -Codechange: replace MAX_UVALUE() for std types with the equivalent constant ------------------------------------------------------------------------ r13646 | belugas | 2008-06-27 16:16:35 +0000 (Fri, 27 Jun 2008) | 1 line -Change: typos and miss-aligned enum values ------------------------------------------------------------------------ r13645 | frosch | 2008-06-27 15:01:18 +0000 (Fri, 27 Jun 2008) | 1 line -Codechange: Convert a macro into an inlined member function. ------------------------------------------------------------------------ r13644 | belugas | 2008-06-27 02:26:51 +0000 (Fri, 27 Jun 2008) | 2 lines -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do. Thanks to glx :) ------------------------------------------------------------------------ r13643 | belugas | 2008-06-27 01:26:13 +0000 (Fri, 27 Jun 2008) | 2 lines -Codechange: Enumify some loosely related values been used in the toolbar resizing processes ------------------------------------------------------------------------