------------------------------------------------------------------------ r184 | truelight | 2004-09-08 17:44:29 +0000 (Wed, 08 Sep 2004) | 2 lines -Fix: starting a new game in DesertLandscape crashed the game ------------------------------------------------------------------------ r183 | darkvater | 2004-09-08 17:13:46 +0000 (Wed, 08 Sep 2004) | 1 line -Fix: fix landscape-toolbar crash when newgrf are enabled. Dominik forgot to add +1 to index upon load :) ------------------------------------------------------------------------ r182 | darkvater | 2004-09-08 15:01:12 +0000 (Wed, 08 Sep 2004) | 1 line -Fix: [1024380] strgen diff (Warning fix + MorphOS fix). Removes the longest standing warning on compilation of strgen (tokai) ------------------------------------------------------------------------ r181 | bjarni | 2004-09-08 09:07:18 +0000 (Wed, 08 Sep 2004) | 2 lines Makefile: enabled ability to supress output of missing strings in lng files Makefile: added versiontag for autoupdate of outdated makefile.config files ------------------------------------------------------------------------ r180 | darkvater | 2004-09-07 23:41:09 +0000 (Tue, 07 Sep 2004) | 1 line -Fix: some more warning fixes for C99 (Tron) ------------------------------------------------------------------------ r179 | darkvater | 2004-09-07 22:44:14 +0000 (Tue, 07 Sep 2004) | 1 line -Fix: [1023971] Fix for MouseWheel assert error in non-zoomable viewports. Zooming now will only occur if mousepointer is either in an extra viewport window, or main game-window (Dribbel) ------------------------------------------------------------------------ r178 | darkvater | 2004-09-07 22:39:06 +0000 (Tue, 07 Sep 2004) | 1 line -Fix: small network fix if network is not enabled ------------------------------------------------------------------------ r177 | darkvater | 2004-09-07 21:48:09 +0000 (Tue, 07 Sep 2004) | 2 lines -Fix: padded out Widget code to solve warnings on C99 compiler (Tron) -Fix: added WIDGETS_END macro for WWT_LAST which does this for all last widget-types ------------------------------------------------------------------------ r176 | darkvater | 2004-09-07 19:34:55 +0000 (Tue, 07 Sep 2004) | 1 line -Fix: network_gui const and warnings fixes (Tron) ------------------------------------------------------------------------ r175 | darkvater | 2004-09-07 19:01:06 +0000 (Tue, 07 Sep 2004) | 2 lines -Fix: [1023771] inconsistent/missing stations in station list. Forgot to change owner-sort after changing function. -Codechange: some more asserts to vehicle-sorts to quickly find any possible problems. ------------------------------------------------------------------------ r174 | darkvater | 2004-09-06 22:53:59 +0000 (Mon, 06 Sep 2004) | 1 line -Network: [ 023268] small network.c changes/cleanups (MorphOS/AmigaOS) and one compiler warning fix (MorphOS) (tokai) ------------------------------------------------------------------------ r173 | darkvater | 2004-09-06 22:46:02 +0000 (Mon, 06 Sep 2004) | 2 lines -Network: [1023231] Debug Code + ErrorBoxes + Load Game/Scenario. Added some more desync debug code and replaced some of the error() calls with some better error boxes. Hopefully find desyncs easier (sign_de) -GUI: Change some network GUI stuff (Darkvater) ------------------------------------------------------------------------ r172 | darkvater | 2004-09-06 21:47:12 +0000 (Mon, 06 Sep 2004) | 1 line -Fix: warning fixes (Tron) ------------------------------------------------------------------------ r171 | bjarni | 2004-09-06 21:29:02 +0000 (Mon, 06 Sep 2004) | 1 line MorphOS: added hotkey for console (tokai) ------------------------------------------------------------------------ r170 | darkvater | 2004-09-06 21:27:26 +0000 (Mon, 06 Sep 2004) | 1 line -Fix: [1022902] network fix .. console fix bug [1018523]. Fixes some variable initialization errors and a console.h warning (sign_de) ------------------------------------------------------------------------ r169 | darkvater | 2004-09-06 21:20:01 +0000 (Mon, 06 Sep 2004) | 4 lines -Fix: move around sort-widgets a bit so it looks more natural -Fix: savegames are sorted with newest date first by default -Codechange: refine sorter functions -Fix: fixed linux warnings (tokai) ------------------------------------------------------------------------ r168 | bjarni | 2004-09-06 20:51:25 +0000 (Mon, 06 Sep 2004) | 1 line added a console hotkey on mac ------------------------------------------------------------------------ r167 | truelight | 2004-09-06 18:33:51 +0000 (Mon, 06 Sep 2004) | 3 lines -Fix: [972247] bug in '[a] weird non-uniform stations handling' (blathijs) ------------------------------------------------------------------------ r166 | darkvater | 2004-09-06 18:22:25 +0000 (Mon, 06 Sep 2004) | 1 line -Codechange: change 74 for constant DAY_TICKS ------------------------------------------------------------------------ r165 | darkvater | 2004-09-06 18:15:13 +0000 (Mon, 06 Sep 2004) | 3 lines -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code). -Fix: Sorter icon pointing down 'v' sorts in every window lowest value first, '^' highest value first -CodeChange: move Dropdownlist from settings_gui.c to widget.c. More in place there. ------------------------------------------------------------------------ r164 | truelight | 2004-09-06 16:57:40 +0000 (Mon, 06 Sep 2004) | 3 lines -Fix: Makefile did not clean up endian-files -Add: Also display text for endian.h and endian_check ------------------------------------------------------------------------ r163 | bjarni | 2004-09-06 16:45:53 +0000 (Mon, 06 Sep 2004) | 1 line Makefile: made compileroutput nicer and added NOVERBOSE to supress all warnings/errors if wanted(default off) (sign_de) ------------------------------------------------------------------------ r162 | darkvater | 2004-09-06 16:21:35 +0000 (Mon, 06 Sep 2004) | 1 line -Feature: when exit game window pops up, 'Enter' quits the game ------------------------------------------------------------------------ r161 | darkvater | 2004-09-05 17:11:00 +0000 (Sun, 05 Sep 2004) | 1 line -Fix: added missing file to project and solved wrong type bug ------------------------------------------------------------------------ r160 | truelight | 2004-09-05 16:15:22 +0000 (Sun, 05 Sep 2004) | 3 lines -Codechange: made GetTileTrackStatus more readable (blathijs) -Fix: some minor fixes around GetTileTrackStatus (blathijs) ------------------------------------------------------------------------ r159 | truelight | 2004-09-05 14:20:36 +0000 (Sun, 05 Sep 2004) | 2 lines -Fix: w->custom[] was too small for 64bit pointers ------------------------------------------------------------------------ r158 | truelight | 2004-09-04 14:20:12 +0000 (Sat, 04 Sep 2004) | 2 lines -Fix: make endianess check 100% accurate (hopefully ;)) ------------------------------------------------------------------------ r157 | darkvater | 2004-09-04 13:06:09 +0000 (Sat, 04 Sep 2004) | 1 line -Feature: [1009708] Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability (mivlad) ------------------------------------------------------------------------ r156 | darkvater | 2004-09-03 21:48:21 +0000 (Fri, 03 Sep 2004) | 1 line -Codechange: remove obsolete callback arrays ------------------------------------------------------------------------ r155 | darkvater | 2004-09-03 20:25:49 +0000 (Fri, 03 Sep 2004) | 1 line -Fix: remove unused variable, thanks Tron_ ------------------------------------------------------------------------ r154 | darkvater | 2004-09-03 20:04:32 +0000 (Fri, 03 Sep 2004) | 1 line -Fix: some people while using MSVC don't have VK_OEM_3 defined? Or it could be Win2000/XP only ------------------------------------------------------------------------ r153 | darkvater | 2004-09-03 19:59:05 +0000 (Fri, 03 Sep 2004) | 1 line -Feature: [1009710] Extra Viewport. In the minimap dropdown menu, open a new viewport to have a quick look at your favorite map-positions. Independent zoom and quick jump to/from viewport (Dribbel) ------------------------------------------------------------------------ r152 | darkvater | 2004-09-03 18:23:03 +0000 (Fri, 03 Sep 2004) | 1 line -Fix: [1021061] windows WKC_BACKQUOTE [US] (sign_de) ------------------------------------------------------------------------ r151 | darkvater | 2004-09-03 18:00:19 +0000 (Fri, 03 Sep 2004) | 1 line -Fix: [1021566] Buy/Sell 25% share button is broke ------------------------------------------------------------------------ r150 | darkvater | 2004-09-03 17:57:27 +0000 (Fri, 03 Sep 2004) | 3 lines -Fix: [1010833] Turning on the magic bulldozer removes oil rigs -Fix: [993493] Buildings on water -Feature: Water floods everything, including vehicles. ------------------------------------------------------------------------ r149 | truelight | 2004-09-03 16:03:17 +0000 (Fri, 03 Sep 2004) | 2 lines -Fix: [997703] Junction after tunnel bug (blathijs) ------------------------------------------------------------------------ r148 | darkvater | 2004-09-01 21:54:12 +0000 (Wed, 01 Sep 2004) | 3 lines -Feature: Company HQ can now be moved somewhere else (cost 1% of company value). Water floods HQ. -Some layout fixes for command.c -Tileinfo debug window in console now shows Tile in decimal numbers ------------------------------------------------------------------------