darkvater
07d9bc45dd
(svn r1532) -Fix: [1103078] default service period patch options are now cast to 0 with right variable size.
2005-01-16 00:23:19 +00:00
darkvater
d41a003bcc
(svn r1532) -Fix: [1103078] default service period patch options are now cast to 0 with right variable size.
2005-01-16 00:23:19 +00:00
darkvater
8bec09737f
(svn r1531) -Feature: [1039061] Swiss town-names (vulvulune)
2005-01-15 21:41:49 +00:00
darkvater
6e07bad728
(svn r1531) -Feature: [1039061] Swiss town-names (vulvulune)
2005-01-15 21:41:49 +00:00
bjarni
56b567cf6c
(svn r1530) Makefilefix: now the binary never links to SDL if DEDICATED is set. Thanks to igor2code for making me aware of this issue even through I fixed it in a different way than his patch did. (I made dedicated never link to sdl, nomatter what makefile.config says)
2005-01-15 21:30:16 +00:00
bjarni
971d844266
(svn r1530) Makefilefix: now the binary never links to SDL if DEDICATED is set. Thanks to igor2code for making me aware of this issue even through I fixed it in a different way than his patch did. (I made dedicated never link to sdl, nomatter what makefile.config says)
2005-01-15 21:30:16 +00:00
darkvater
c308179978
(svn r1529) -Feature: [1090950] Adding 16:10 resolutions for mainly laptops (doode)
2005-01-15 20:43:01 +00:00
darkvater
633786f55e
(svn r1529) -Feature: [1090950] Adding 16:10 resolutions for mainly laptops (doode)
2005-01-15 20:43:01 +00:00
truelight
b454e12bc5
(svn r1528) -Fix: forgot to init a variable
2005-01-15 20:10:44 +00:00
truelight
1b00f36520
(svn r1528) -Fix: forgot to init a variable
2005-01-15 20:10:44 +00:00
truelight
27929d129b
(svn r1527) -Add: RCon (Remote Connection). A server can set:
...
'set rcon_pw <password>'
Which enables rcon. A client can now do:
'rcon <password> "<command>"'
The command will be executed on the server. (guru3)
-Fix: 'kick 1' did crash dedicated servers
-Fix: server password is now correctly saved
!!Warning!!: do not give your rcon password to people you do not thrust!
2005-01-15 20:09:16 +00:00
truelight
24c9e6ff66
(svn r1527) -Add: RCon (Remote Connection). A server can set:
...
'set rcon_pw <password>'
Which enables rcon. A client can now do:
'rcon <password> "<command>"'
The command will be executed on the server. (guru3)
-Fix: 'kick 1' did crash dedicated servers
-Fix: server password is now correctly saved
!!Warning!!: do not give your rcon password to people you do not thrust!
2005-01-15 20:09:16 +00:00
darkvater
561ceeba0c
(svn r1526) -Fix: [1103027] Minor changes for the lobby GUI (widen window) (bociusz)
2005-01-15 19:17:45 +00:00
darkvater
e6d31cb89c
(svn r1526) -Fix: [1103027] Minor changes for the lobby GUI (widen window) (bociusz)
2005-01-15 19:17:45 +00:00
truelight
7cafdf3b0b
(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
...
-Codechange: renamed all 'schedule' stuff to 'order(list)'
-Codechange: moved all order-stuff to order_cmd.c / order.h
-Codechange: vehicles that share orders are now linked to eachother
with next_shared/prev_shared in Vehicle
Developers: please use AssignOrder to assign data to an order. If not,
you _WILL_ make the save-routine to assert!
2005-01-15 19:06:22 +00:00
truelight
d275109e79
(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
...
-Codechange: renamed all 'schedule' stuff to 'order(list)'
-Codechange: moved all order-stuff to order_cmd.c / order.h
-Codechange: vehicles that share orders are now linked to eachother
with next_shared/prev_shared in Vehicle
Developers: please use AssignOrder to assign data to an order. If not,
you _WILL_ make the save-routine to assert!
2005-01-15 19:06:22 +00:00
darkvater
0e651d9702
(svn r1524) -"Feature": when windows exception tracker is enabled (release builds) and the game crashes for any reason any active log file is closed first. This ensures the log file and ingame debug messages can be used to debug a problem. Any *nix versions are welcome
2005-01-15 16:38:10 +00:00
darkvater
732c362dea
(svn r1524) -"Feature": when windows exception tracker is enabled (release builds) and the game crashes for any reason any active log file is closed first. This ensures the log file and ingame debug messages can be used to debug a problem. Any *nix versions are welcome
2005-01-15 16:38:10 +00:00
darkvater
1d127765c3
(svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
...
-Fix: added missing CDECL to ellipsis functions and changed VS6 project file to use _cdecl calling conventions (thx tamlin)
2005-01-15 15:48:05 +00:00
darkvater
ef3b9161f8
(svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
...
-Fix: added missing CDECL to ellipsis functions and changed VS6 project file to use _cdecl calling conventions (thx tamlin)
2005-01-15 15:48:05 +00:00
darkvater
0c01db5255
(svn r1522) -Fix: warning players.c; forgot return type. Damn, makefile is too strict ;) (Thx Tron)
2005-01-15 10:04:04 +00:00
darkvater
559317f9d0
(svn r1522) -Fix: warning players.c; forgot return type. Damn, makefile is too strict ;) (Thx Tron)
2005-01-15 10:04:04 +00:00
celestar
3f74c9884e
(svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctly
...
-Codechange: added some const to last commit
-Codechange: Ship and Aircraft lists are now update on order change, not
on new day
2005-01-15 09:28:08 +00:00
celestar
02ed8410a2
(svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctly
...
-Codechange: added some const to last commit
-Codechange: Ship and Aircraft lists are now update on order change, not
on new day
2005-01-15 09:28:08 +00:00
tron
dd6db73069
(svn r1520) Trim 134 (!) lines with trailing whitespace ):
2005-01-15 08:58:31 +00:00
tron
3279a7c9a2
(svn r1520) Trim 134 (!) lines with trailing whitespace ):
2005-01-15 08:58:31 +00:00
celestar
cd6904c36b
(svn r1519) -Fix: [1102776], [1099535] Aircraft vehicle lists are now redrawn when an aircraft arrives in the depot. Station-specific vehicle lists are now redrawn daily as well (not only the master list)
2005-01-15 08:40:32 +00:00
celestar
7f7c6297f7
(svn r1519) -Fix: [1102776], [1099535] Aircraft vehicle lists are now redrawn when an aircraft arrives in the depot. Station-specific vehicle lists are now redrawn daily as well (not only the master list)
2005-01-15 08:40:32 +00:00
darkvater
cd4272e08d
(svn r1518) -Fix: server issue where some company names were wrong
...
-Fix: Highscore troubles; accessing members of deleted window
2005-01-15 01:52:23 +00:00
darkvater
f9b5f704b1
(svn r1518) -Fix: server issue where some company names were wrong
...
-Fix: Highscore troubles; accessing members of deleted window
2005-01-15 01:52:23 +00:00
darkvater
33f506a194
(svn r1516) -Cheating players do not get their names added to the highscore table/file
...
-Fixed issue where highscore window would not come up after endgame screen
-Fix: VS6 compiles once again (braindead compiler)
2005-01-15 00:46:45 +00:00
darkvater
75474e5bf1
(svn r1516) -Cheating players do not get their names added to the highscore table/file
...
-Fixed issue where highscore window would not come up after endgame screen
-Fix: VS6 compiles once again (braindead compiler)
2005-01-15 00:46:45 +00:00
darkvater
0961c6af96
(svn r1515) -Removed the 'close ALL windows' from the toolbar since shift+del does this.
2005-01-15 00:42:01 +00:00
darkvater
c3a40dba68
(svn r1515) -Removed the 'close ALL windows' from the toolbar since shift+del does this.
2005-01-15 00:42:01 +00:00
darkvater
2b35e5ed0b
(svn r1514) -Fix: [1092474] little red box in scenario editor (Celestar). Error box is also shown in scenario editor for terraforming, thus solving the eternally-pulsating-tile problem.
2005-01-14 22:03:09 +00:00
darkvater
976ed5e396
(svn r1514) -Fix: [1092474] little red box in scenario editor (Celestar). Error box is also shown in scenario editor for terraforming, thus solving the eternally-pulsating-tile problem.
2005-01-14 22:03:09 +00:00
truelight
a74ff97781
(svn r1513) -Fix: glitch in revision 1510
...
-Fix: MSVC6 project file update (bociusz)
-Fix: MSVC6 default language is now English (UK), no longer Swedish (bociusz)
2005-01-14 21:59:31 +00:00
truelight
83b00ad861
(svn r1513) -Fix: glitch in revision 1510
...
-Fix: MSVC6 project file update (bociusz)
-Fix: MSVC6 default language is now English (UK), no longer Swedish (bociusz)
2005-01-14 21:59:31 +00:00
tron
412cf98eb4
(svn r1512) Replace probably incorrect test of loading_count with probably correct test of loaded_count
2005-01-14 21:58:48 +00:00
tron
dd27968460
(svn r1512) Replace probably incorrect test of loading_count with probably correct test of loaded_count
2005-01-14 21:58:48 +00:00
truelight
b33df5936f
(svn r1510) -Add: Improved Network Lobby GUI: (bociusz)
...
- Added green dot if company income is positive (else red dot)
- Added lock icon if company is password protected
2005-01-14 21:47:35 +00:00
truelight
e9a57c56b7
(svn r1510) -Add: Improved Network Lobby GUI: (bociusz)
...
- Added green dot if company income is positive (else red dot)
- Added lock icon if company is password protected
2005-01-14 21:47:35 +00:00
tron
94c6bdfdaf
(svn r1509) Const correctness and add static where appropriate while touching the lines anyway
2005-01-14 19:44:42 +00:00
tron
3a838447a8
(svn r1509) Const correctness and add static where appropriate while touching the lines anyway
2005-01-14 19:44:42 +00:00
tron
589215c822
(svn r1508) Remove duplicate declarations and include proper headers where necessary
2005-01-14 19:41:24 +00:00
tron
4136f395bf
(svn r1508) Remove duplicate declarations and include proper headers where necessary
2005-01-14 19:41:24 +00:00
tron
b7e1286480
(svn r1507) Remove unreachable code
2005-01-14 19:39:06 +00:00
tron
9d1f7e7348
(svn r1507) Remove unreachable code
2005-01-14 19:39:06 +00:00
dominik
0a606c94c4
(svn r1506) Fix: [ 1102275 ] Game crashed when clicking "new face" or "company color" twice
2005-01-14 14:56:50 +00:00
dominik
34db065631
(svn r1506) Fix: [ 1102275 ] Game crashed when clicking "new face" or "company color" twice
2005-01-14 14:56:50 +00:00