Mon, 20 Dec 2004 18:11:22 +0000 tron (svn r1189) Fix vehicle list update glitch when moving waggons in depots
Mon, 20 Dec 2004 16:35:16 +0000 truelight (svn r1188) -Fix: [Network] Fixed that CTRL+<key> could sometimes hang a dedicated
Mon, 20 Dec 2004 16:15:19 +0000 truelight (svn r1187) -Fix: [Network] You can no longer join as spectator a game with no
Mon, 20 Dec 2004 16:02:01 +0000 truelight (svn r1186) -Fix: [Network] You can now join a company on a server where a company
Mon, 20 Dec 2004 15:26:19 +0000 truelight (svn r1185) -Fix: [Network] Send to team now results in correct company on the sender
Mon, 20 Dec 2004 15:25:39 +0000 truelight (svn r1184) -Fix: [Network] %p as chat message no longer gives funny result (tnx to
Mon, 20 Dec 2004 14:38:28 +0000 truelight (svn r1183) -Fix: Newsmessage-validation-pointer was never reset, causing some nasty
Mon, 20 Dec 2004 14:37:52 +0000 truelight (svn r1182) -Fix: Makefile had a small glitch, making it impossible to compile the game (Oskar_)
Mon, 20 Dec 2004 12:38:33 +0000 miham (svn r1181) Daily langfile updates (automatic)
Sun, 19 Dec 2004 23:27:20 +0000 bjarni (svn r1180) Makefile: fixed dependancies so the flag -j can be used. It makes the compilation process into more than one job which makes it able to benefit from multiple CPUs. Using -j without setting a limit of jobs (like -j2) is not a great idea (thanks to ln-- for reporting the need for this one)
Sun, 19 Dec 2004 22:23:32 +0000 dominik (svn r1179) Fix: Tooltips for vehicle list sorting
Sun, 19 Dec 2004 22:17:27 +0000 dominik (svn r1178) Fix: Error message for building canals on slopes is correct
Sun, 19 Dec 2004 21:03:16 +0000 tron (svn r1177) Enable non-stop flag for waypoints
Sun, 19 Dec 2004 19:17:15 +0000 truelight (svn r1176) -Fix: [Network] PlayerBasedMenu's caused crashes when a company went bankrupt
Sun, 19 Dec 2004 16:26:45 +0000 truelight (svn r1175) -Fix: [ 1086375 ] Backup-order-list was not closed with an OT_NOTHING,
Sun, 19 Dec 2004 15:14:55 +0000 truelight (svn r1174) -Fix: [Network] All strings can now be translated (no more hardcoded strings)
Sun, 19 Dec 2004 14:42:17 +0000 truelight (svn r1173) -Fix: [Network] Console input in dedicated server for windows was not
Sun, 19 Dec 2004 14:08:29 +0000 truelight (svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server
Sun, 19 Dec 2004 13:28:09 +0000 dominik (svn r1171) Fix: Console hotkey works again on keyboards where this key is a deadkey.
Sun, 19 Dec 2004 13:06:20 +0000 dominik (svn r1170) Fix: news_gui.c should compile everywhere without warnings now.
Sun, 19 Dec 2004 10:24:45 +0000 truelight (svn r1169) -Fix: [Network] [ 1087591 ] When you want to be a spectator, you now
Sun, 19 Dec 2004 10:17:26 +0000 truelight (svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
Sun, 19 Dec 2004 09:39:19 +0000 dominik (svn r1167) Feature: Added the possibility to add validation functions to NewsItems. This is now done for "Train in depot" messages. Before displaying such a message, it checks if the train really still is in the depot. Can be applied to other news items as well.
Sun, 19 Dec 2004 09:33:02 +0000 dominik (svn r1166) Fix: [ 1040119 ] Flooded wagons in depots don't keep constantly exploding any more
Sun, 19 Dec 2004 09:31:35 +0000 dominik (svn r1165) Fix: [ 1085255 ] Docks now have a button to display the catchment area
Sun, 19 Dec 2004 09:30:05 +0000 dominik (svn r1164) Redid fix from revision 1163 to work with all patch settings
Sat, 18 Dec 2004 21:11:45 +0000 dominik (svn r1163) Fix: [ 1087403 ] Crashed trains aren't reported to have too few orders any more
Sat, 18 Dec 2004 18:58:03 +0000 dominik (svn r1162) The server list can now be automatically filled from the config file. Add a section [servers] with the addresses each in a new line. Those will be checked upon OpenTTD startup.
Sat, 18 Dec 2004 18:19:49 +0000 tron (svn r1161) Don't make redundant GetAirport() calls, use the cached value
Sat, 18 Dec 2004 18:13:37 +0000 truelight (svn r1160) -Fix: redid revision 1159. pid_t should not be defined under windows.
Sat, 18 Dec 2004 18:05:56 +0000 darkvater (svn r1159) -Fix: pid_t was unknown to windows; typedeffed to int.
Sat, 18 Dec 2004 17:31:02 +0000 tron (svn r1158) Make network compile on SunOS
Sat, 18 Dec 2004 16:00:10 +0000 dominik (svn r1157) Enhanced the config file (openttd.cfg) to use another section type. "List sections" as opposed to "variable sections" contain a list of values, separated by a new line. This is now used for the [newgrf] group. You have to edit each line in this section from e.g. "0 = firstset.grf" to only "firstset.grf".
Sat, 18 Dec 2004 14:19:21 +0000 truelight (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Sat, 18 Dec 2004 13:38:27 +0000 truelight (svn r1153) -Fix: FindCatchmentRadius is now a function that uses the enums instead
Sat, 18 Dec 2004 13:15:41 +0000 truelight (svn r1152) -Add: [Network] Added signal handling (GeniusDex)
Sat, 18 Dec 2004 12:46:29 +0000 tron (svn r1151) Fix last commit |:
Sat, 18 Dec 2004 12:40:34 +0000 tron (svn r1150) Fixes:
Sat, 18 Dec 2004 12:19:04 +0000 tron (svn r1149) Fix hack which abuses first TileIndex of airport depot array as number of depots (similar change as in map branch)
Fri, 17 Dec 2004 23:32:54 +0000 dominik (svn r1148) Fix: The console hotkey is finally working properly on all keyboards. It's the key on the top left corner
Fri, 17 Dec 2004 17:06:20 +0000 truelight (svn r1146) -Fix: You can no longer change waypoints whom are owned by somebody else
Fri, 17 Dec 2004 09:02:41 +0000 tron (svn r1145) Remove stray line which crept in in last commit
Fri, 17 Dec 2004 09:01:24 +0000 tron (svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() instead
Fri, 17 Dec 2004 04:42:55 +0000 miham (svn r1143) Daily langfile updates (automatic)
Thu, 16 Dec 2004 15:51:18 +0000 truelight (svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows really
Thu, 16 Dec 2004 15:35:19 +0000 truelight (svn r1136) -Fix: [Network] Revision check on windows-servers is working now
Thu, 16 Dec 2004 14:57:25 +0000 truelight (svn r1135) -Fix: added map.c/h to vc6 project file (bociusz)
Thu, 16 Dec 2004 13:59:23 +0000 truelight (svn r1131) -Add: [Network] Autoclean_companies (set it with 'set autoclean_companies on/off').
Thu, 16 Dec 2004 12:30:13 +0000 tron (svn r1130) Add helper functions to query map size
Thu, 16 Dec 2004 11:36:57 +0000 truelight (svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is
Thu, 16 Dec 2004 11:36:00 +0000 truelight (svn r1128) -Fix: [Network] Going bankrupt of human-players was corrupted in networkgames
Thu, 16 Dec 2004 11:35:08 +0000 truelight (svn r1127) -Fix: [Network] Protect the network against an illegal PLAYER_CTRL (in
Thu, 16 Dec 2004 11:12:59 +0000 truelight (svn r1126) -Fix: [Network] Pressing Disconnect on the GUI puts you back to the
Thu, 16 Dec 2004 11:09:00 +0000 truelight (svn r1125) -Fix: [Network] You can now safely join a company again
Thu, 16 Dec 2004 11:04:43 +0000 truelight (svn r1124) -Fix: [Network] Also the server now has the option Give Money in
Wed, 15 Dec 2004 23:33:04 +0000 darkvater (svn r1121) -Feature: Added sticky windows feature. A small pin allows the user to set the window as undeletable and can only be closed by hand. As an example the viewport window has been stickied (thanks to Neko-San)
Wed, 15 Dec 2004 22:50:20 +0000 miham (svn r1119) Fixed url in manpage
Wed, 15 Dec 2004 22:46:53 +0000 matthijs (svn r1118) * Added a minimal manpage with references to where to get real info
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Wed, 15 Dec 2004 22:06:47 +0000 truelight (svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put server