summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-10(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!truelight
2004-09-10(svn r193) -Fix: [OldAI] If service-interval is in %, it works correct now.truelight
2004-09-10(svn r192) Langfile updates -- hope it worxmiham
2004-09-10(svn r191) -Some langfixesdarkvater
2004-09-09(svn r190) Makefile: fixed bug, that prevented compilation with ↵bjarni
MANUAL_CONFIG enabled
2004-09-09(svn r189) -Fix: [1024750] Fix: network.c - timeout error. When one client ↵darkvater
timed out, all clients were disconnected (sign_de)
2004-09-08(svn r188) -Fix: network fixes for players with higher latency (sign_de)darkvater
2004-09-08(svn r187) -Feature: [1024044] Show max loan in finances window. (ledow)darkvater
-some type fixes in txt files
2004-09-08(svn r186) -Add: debug 'net' for network debug (sign_de)truelight
-Fix: desync problem (server was not waiting for clients) (sign_de)
2004-09-08(svn r185) -Fix: [1016954] Cached_sprites does now work againtruelight
2004-09-08(svn r184) -Fix: starting a new game in DesertLandscape crashed the gametruelight
2004-09-08(svn r183) -Fix: fix landscape-toolbar crash when newgrf are enabled. ↵darkvater
Dominik forgot to add +1 to index upon load :)
2004-09-08(svn r182) -Fix: [1024380] strgen diff (Warning fix + MorphOS fix). Removes ↵darkvater
the longest standing warning on compilation of strgen (tokai)
2004-09-08(svn r181) Makefile: enabled ability to supress output of missing strings in ↵bjarni
lng files Makefile: added versiontag for autoupdate of outdated makefile.config files
2004-09-07(svn r180) -Fix: some more warning fixes for C99 (Tron)darkvater
2004-09-07(svn r179) -Fix: [1023971] Fix for MouseWheel assert error in non-zoomable ↵darkvater
viewports. Zooming now will only occur if mousepointer is either in an extra viewport window, or main game-window (Dribbel)
2004-09-07(svn r178) -Fix: small network fix if network is not enableddarkvater
2004-09-07(svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)darkvater
-Fix: added WIDGETS_END macro for WWT_LAST which does this for all last widget-types
2004-09-07(svn r176) -Fix: network_gui const and warnings fixes (Tron)darkvater
2004-09-07(svn r175) -Fix: [1023771] inconsistent/missing stations in station list. ↵darkvater
Forgot to change owner-sort after changing function. -Codechange: some more asserts to vehicle-sorts to quickly find any possible problems.
2004-09-06(svn r174) -Network: [ 023268] small network.c changes/cleanups ↵darkvater
(MorphOS/AmigaOS) and one compiler warning fix (MorphOS) (tokai)
2004-09-06(svn r173) -Network: [1023231] Debug Code + ErrorBoxes + Load Game/Scenario. ↵darkvater
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)
2004-09-06(svn r172) -Fix: warning fixes (Tron)darkvater
2004-09-06(svn r171) MorphOS: added hotkey for console (tokai)bjarni
2004-09-06(svn r170) -Fix: [1022902] network fix .. console fix bug [1018523]. Fixes ↵darkvater
some variable initialization errors and a console.h warning (sign_de)
2004-09-06(svn r169) -Fix: move around sort-widgets a bit so it looks more naturaldarkvater
-Fix: savegames are sorted with newest date first by default -Codechange: refine sorter functions -Fix: fixed linux warnings (tokai)
2004-09-06(svn r168) added a console hotkey on macbjarni
2004-09-06(svn r167) -Fix: [972247] bug in '[a] weird non-uniform stations handling' truelight
(blathijs)
2004-09-06(svn r166) -Codechange: change 74 for constant DAY_TICKSdarkvater
2004-09-06(svn r165) -Feature: Option to sort vehicles in vehicle-list window by ↵darkvater
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.
2004-09-06(svn r164) -Fix: Makefile did not clean up endian-filestruelight
-Add: Also display text for endian.h and endian_check
2004-09-06(svn r163) Makefile: made compileroutput nicer and added NOVERBOSE to ↵bjarni
supress all warnings/errors if wanted(default off) (sign_de)
2004-09-06(svn r162) -Feature: when exit game window pops up, 'Enter' quits the gamedarkvater
2004-09-05(svn r161) -Fix: added missing file to project and solved wrong type bugdarkvater
2004-09-05(svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)truelight
-Fix: some minor fixes around GetTileTrackStatus (blathijs)
2004-09-05(svn r159) -Fix: w->custom[] was too small for 64bit pointerstruelight
2004-09-04(svn r158) -Fix: make endianess check 100% accurate (hopefully ;))truelight
2004-09-04(svn r157) -Feature: [1009708] Percent-based service intervals. Send a ↵darkvater
vehicle to depot after it has lost X% of its reliability (mivlad)
2004-09-03(svn r156) -Codechange: remove obsolete callback arraysdarkvater
2004-09-03(svn r155) -Fix: remove unused variable, thanks Tron_darkvater
2004-09-03(svn r154) -Fix: some people while using MSVC don't have VK_OEM_3 defined? ↵darkvater
Or it could be Win2000/XP only
2004-09-03(svn r153) -Feature: [1009710] Extra Viewport. In the minimap dropdown menu, ↵darkvater
open a new viewport to have a quick look at your favorite map-positions. Independent zoom and quick jump to/from viewport (Dribbel)
2004-09-03(svn r152) -Fix: [1021061] windows WKC_BACKQUOTE [US] (sign_de)darkvater
2004-09-03(svn r151) -Fix: [1021566] Buy/Sell 25% share button is brokedarkvater
2004-09-03(svn r150) -Fix: [1010833] Turning on the magic bulldozer removes oil rigsdarkvater
-Fix: [993493] Buildings on water -Feature: Water floods everything, including vehicles.
2004-09-03(svn r149) -Fix: [997703] Junction after tunnel bug (blathijs)truelight
2004-09-01(svn r148) -Feature: Company HQ can now be moved somewhere else (cost 1% of ↵darkvater
company value). Water floods HQ. -Some layout fixes for command.c -Tileinfo debug window in console now shows Tile in decimal numbers
2004-09-01(svn r147) -Fix [NewAI]: small fix for road-building when RoadQueueing is ↵truelight
disabled
2004-08-31(svn r146) -Fix [AI]: Tunnel/bridge bugtruelight
-Fix [AI]: Minor problems -Add [AI]: Profit check (if not making enough money, vehicles are sold)
2004-08-27(svn r145) -Fix: [1016921] Network Name Resolution for not only connecting ↵darkvater
with IP. (sign_de) -Fix [1013884] network.c diffs (MorphOS/ AmigaOS) (tokaiz)