Wed, 20 Jul 2005 09:31:46 +0000 ludde (svn r2647) Fix: [ntp] Fix assertion error introduced in r2635
Wed, 20 Jul 2005 09:17:20 +0000 ludde (svn r2646) Change: [ntp] Fix uninitialized variable and add some more asserts to be able to debug an assert error.
Tue, 19 Jul 2005 22:29:35 +0000 Darkvater (svn r2645) Fix (useless)warning in graph_gui and add brackets around HASBIT in an if statement
Tue, 19 Jul 2005 22:12:04 +0000 Darkvater (svn r2644) - Fix: my name was mistyped ;p
Tue, 19 Jul 2005 21:49:35 +0000 tron (svn r2643) Get rid of some unnecessary casts
Tue, 19 Jul 2005 21:28:15 +0000 miham (svn r2642) [Translators] Updated translations to 20050719 (0 lang(s))
Tue, 19 Jul 2005 21:14:00 +0000 ludde (svn r2641) Fix: [strings] forgot to increase argv pointer twice for {CARGO}
Tue, 19 Jul 2005 20:52:15 +0000 Darkvater (svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
Tue, 19 Jul 2005 20:45:47 +0000 celestar (svn r2639) -Add: Added the vehicle names in table/engines.h so that you know what line represents what vehicle (I hope I didn't mess that up). Added some comments while I'm at it and include the table/ directory in the Doxygen generation
Tue, 19 Jul 2005 20:43:53 +0000 Darkvater (svn r2638) - Fix: Unable to delete savegames. Deleting TTDLX savegames is still broken as it was always broken, but since they don't even show up; we might as well call it a feature.
Tue, 19 Jul 2005 16:34:46 +0000 miham (svn r2637) [Translations] Updated to 2005-07-18
Tue, 19 Jul 2005 11:55:47 +0000 ludde (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
Tue, 19 Jul 2005 11:42:40 +0000 ludde (svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* instead of Dijkstra.
Tue, 19 Jul 2005 07:20:48 +0000 tron (svn r2634) Fix typo: IsSteepTile expects a tileh, not a TileIndex (thanks to peter1138)
Tue, 19 Jul 2005 06:54:13 +0000 tron (svn r2633) Move spritecache related variable from variables.h to spritecache.[ch]
Tue, 19 Jul 2005 06:48:12 +0000 tron (svn r2632) Revert accidently commited change
Tue, 19 Jul 2005 06:47:07 +0000 tron (svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
Tue, 19 Jul 2005 06:31:39 +0000 tron (svn r2630) Forgot one Pixel (see r2571)
Mon, 18 Jul 2005 23:33:14 +0000 truelight (svn r2629) -Codechange: removed stupid comment on top of players.c
Mon, 18 Jul 2005 00:17:19 +0000 Darkvater (svn r2628) - Fix: Planting trees does not result in a MapSize() assertion anymore; introduced in r2598
Sun, 17 Jul 2005 22:20:04 +0000 miham (svn r2627) [Translations] Fixing typos in hungarian langfile
Sun, 17 Jul 2005 20:14:58 +0000 tron (svn r2626) static, const, misc.
Sun, 17 Jul 2005 20:09:02 +0000 hackykid (svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly. Prevents trains from unreserving eachothers paths in some cases.
Sun, 17 Jul 2005 19:38:40 +0000 Darkvater (svn r2624) - Fix: oops, forgot to change the already in use DrawStringCenteredTruncated() functions.
Sun, 17 Jul 2005 19:23:18 +0000 Darkvater (svn r2623) - CodeChange: rework DrawStringCenteredTruncated() a bit. Instead of giving center + width you give the coordinates of the bounding box (left, right) it has to fit in (ludde)
Sun, 17 Jul 2005 18:49:05 +0000 ludde (svn r2622) Fix: remove _cargoc.names_p, it was never used.
Sun, 17 Jul 2005 18:48:45 +0000 hackykid (svn r2621) - Fix: [pbs] When removing tracks, clear their reserved status.
Sun, 17 Jul 2005 18:48:05 +0000 ludde (svn r2620) Fix: [language] Fix broken french.txt and polish.txt
Sun, 17 Jul 2005 18:36:47 +0000 ludde (svn r2619) Fix: [viewport] Fix potential buffer overflow reported by Tron
Sun, 17 Jul 2005 18:20:55 +0000 Darkvater (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
Sun, 17 Jul 2005 18:11:17 +0000 Darkvater (svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned warnings
Sun, 17 Jul 2005 18:09:23 +0000 tron (svn r2616) Don't stop when compiling a language fails, just delete the defective .lng
Sun, 17 Jul 2005 17:57:57 +0000 miham (svn r2615) [trrnasltwsds] 45253rqwer2
Sun, 17 Jul 2005 17:16:35 +0000 Darkvater (svn r2614) - Fix: Trunctuate function used one less character than it was supposed to. Because of this real width and reported width didn't correspond with eachother.
Sun, 17 Jul 2005 17:15:33 +0000 Darkvater (svn r2613) - Truncate savegames, and vehicle-texts in their window.
Sun, 17 Jul 2005 16:22:27 +0000 truelight (svn r2612) -Fix: corrected headers for ai_new.h
Sun, 17 Jul 2005 16:02:17 +0000 Darkvater (svn r2611) - CodeChange: use standardized truncutation with the newsmessage-history window as well
Sun, 17 Jul 2005 16:01:26 +0000 Darkvater (svn r2610) - Feature: set server map name to the loaded name of the game/scenario. Also truncate where neccessary
Sun, 17 Jul 2005 15:58:47 +0000 Darkvater (svn r2609) - Feature: remove extension from savegames/scenarios when browsing the folders.
Sun, 17 Jul 2005 15:55:26 +0000 Darkvater (svn r2608) - Fix: add strings.h to vs.net2003 project file
Sun, 17 Jul 2005 15:54:57 +0000 Darkvater (svn r2607) - Feature: add support for truncating strings to a given (pixel) length. Function courtesy of Ludde.
Sun, 17 Jul 2005 15:34:10 +0000 truelight (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
Sun, 17 Jul 2005 14:03:33 +0000 ludde (svn r2605) Fix [languages] Add ##plural command in all langfiles.
Sun, 17 Jul 2005 13:46:42 +0000 ludde (svn r2604) Fix: removed unused variable
Sun, 17 Jul 2005 13:45:43 +0000 ludde (svn r2603) Fix [multistop] Fix problem with multistop handling, the range in my fix was way too high. Also only lock a slot for 5 days instead of 30.
Sun, 17 Jul 2005 13:34:19 +0000 truelight (svn r2602) -Codechange: removed unused variable (disable_computer)
Sun, 17 Jul 2005 12:49:00 +0000 ludde (svn r2601) Fix: Added TIC,TOC macros do be able to do profiling easier.
Sun, 17 Jul 2005 12:44:35 +0000 ludde (svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing the calls evenly over the day.
Sun, 17 Jul 2005 12:29:33 +0000 ludde (svn r2599) Fix: Road vehicle multistop handling used NPF even if NPF was off????
Sun, 17 Jul 2005 11:09:03 +0000 tron (svn r2598) Small cleanup, especially get rid of a FindLandscapeHeight(), because it was overkill
Sun, 17 Jul 2005 10:18:23 +0000 ludde (svn r2597) Feature: [string system] Support cases.
Sun, 17 Jul 2005 09:41:28 +0000 tron (svn r2596) Add macros ROL and ROR to ROtate values Left/Right. Also shorten the parameter names for GB and SB to increase readability
Sat, 16 Jul 2005 23:47:37 +0000 celestar (svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is steep
Sat, 16 Jul 2005 20:58:04 +0000 ludde (svn r2594) Fix: [strgen] Misc updates to the string system.
Sat, 16 Jul 2005 17:46:58 +0000 miham (svn r2593) [Translators] Updated translations to 20050716 (27 lang(s))
Sat, 16 Jul 2005 17:12:32 +0000 ludde (svn r2592) Feature: [strgen] New way to specify plural forms.
Sat, 16 Jul 2005 15:05:52 +0000 ludde (svn r2591) Codechange: [network] Cleanup NetworkHandleCommandQueue
Sat, 16 Jul 2005 14:29:36 +0000 ludde (svn r2590) Fix: [network] Fixed NetworkHandleLocalQueue
Sat, 16 Jul 2005 12:59:23 +0000 ludde (svn r2589) Fix: [network] Fixed static variable that wasn't initialized. Would stop the sync checking from working in some cases.
Sat, 16 Jul 2005 12:30:03 +0000 ludde (svn r2588) Codechange: Remove PLAYER_SEED_RANDOM