Commit Graph

52474 Commits (457a1a172c2f97fdbc874335ea3bedca83210eeb)
 

Author SHA1 Message Date
tron 91d23f426e (svn r1149) Fix hack which abuses first TileIndex of airport depot array as number of depots (similar change as in map branch) 20 years ago
tron 376c5adb7c (svn r1149) Fix hack which abuses first TileIndex of airport depot array as number of depots (similar change as in map branch) 20 years ago
dominik 0e8f0da1d6 (svn r1148) Fix: The console hotkey is finally working properly on all keyboards. It's the key on the top left corner 20 years ago
dominik 64f98e058d (svn r1148) Fix: The console hotkey is finally working properly on all keyboards. It's the key on the top left corner 20 years ago
truelight c83d447a35 (svn r1146) -Fix: You can no longer change waypoints whom are owned by somebody else 20 years ago
truelight 9d05289147 (svn r1146) -Fix: You can no longer change waypoints whom are owned by somebody else 20 years ago
tron 3bfe7ac12e (svn r1145) Remove stray line which crept in in last commit 20 years ago
tron ef89eb019a (svn r1145) Remove stray line which crept in in last commit 20 years ago
tron 6318ba9598 (svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() instead 20 years ago
tron e75954a7ab (svn r1144) Don't rely on sizeof() to determine the map size, use MapSize() instead 20 years ago
miham d2ce151957 (svn r1143) Daily langfile updates (automatic) 20 years ago
miham 52685ad50c (svn r1143) Daily langfile updates (automatic) 20 years ago
truelight 99c4d6f93b (svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows really
does not like strncpy for some silly reason.
20 years ago
truelight da24f97483 (svn r1137) -Fix: [Network] Replaces all strncpy with ttd_strlcpy.. windows really
does not like strncpy for some silly reason.
20 years ago
truelight 366833eda0 (svn r1136) -Fix: [Network] Revision check on windows-servers is working now 20 years ago
truelight f04d49ca17 (svn r1136) -Fix: [Network] Revision check on windows-servers is working now 20 years ago
truelight 601db69098 (svn r1135) -Fix: added map.c/h to vc6 project file (bociusz) 20 years ago
truelight f6e23d726f (svn r1135) -Fix: added map.c/h to vc6 project file (bociusz) 20 years ago
truelight 44f808132e (svn r1131) -Add: [Network] Autoclean_companies (set it with 'set autoclean_companies on/off').
When enabled, empty companies (companies with no active clients) with no 
 password are declared bankrupt after 1 year of emptyness.
For empty companies with password, the password is removed after 3 years 
 of emptyness.
The delay of removing company/password can be configured via:
 - 'set autoclean_protected <months>'
 - 'set autoclean_unprotected <months>'
20 years ago
truelight 5e28fb8f97 (svn r1131) -Add: [Network] Autoclean_companies (set it with 'set autoclean_companies on/off').
When enabled, empty companies (companies with no active clients) with no 
 password are declared bankrupt after 1 year of emptyness.
For empty companies with password, the password is removed after 3 years 
 of emptyness.
The delay of removing company/password can be configured via:
 - 'set autoclean_protected <months>'
 - 'set autoclean_unprotected <months>'
20 years ago
tron b976a349c6 (svn r1130) Add helper functions to query map size 20 years ago
tron 89fd12692f (svn r1130) Add helper functions to query map size 20 years ago
truelight 732ea8ca13 (svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is
empty (no clients logged on to it), a server can delete a company via 
this command in the console.
20 years ago
truelight 74a149127d (svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is
empty (no clients logged on to it), a server can delete a company via 
this command in the console.
20 years ago
truelight 9d2fe22f86 (svn r1128) -Fix: [Network] Going bankrupt of human-players was corrupted in networkgames 20 years ago
truelight dccd3adb9b (svn r1128) -Fix: [Network] Going bankrupt of human-players was corrupted in networkgames 20 years ago
truelight aa023ad37f (svn r1127) -Fix: [Network] Protect the network against an illegal PLAYER_CTRL (in
which a modified client could, for example, delete a random active company)
20 years ago
truelight 523ba1ff50 (svn r1127) -Fix: [Network] Protect the network against an illegal PLAYER_CTRL (in
which a modified client could, for example, delete a random active company)
20 years ago
truelight 3c45c05eb2 (svn r1126) -Fix: [Network] Pressing Disconnect on the GUI puts you back to the
main-menu (so you no longer stay ingame (if you were))
20 years ago
truelight 693d074d76 (svn r1126) -Fix: [Network] Pressing Disconnect on the GUI puts you back to the
main-menu (so you no longer stay ingame (if you were))
20 years ago
truelight 196dbd66c9 (svn r1125) -Fix: [Network] You can now safely join a company again 20 years ago
truelight c5770907ac (svn r1125) -Fix: [Network] You can now safely join a company again 20 years ago
truelight 442ffd521b (svn r1124) -Fix: [Network] Also the server now has the option Give Money in
ClientList (tnx to teeone for reporting)
20 years ago
truelight e5a2abb872 (svn r1124) -Fix: [Network] Also the server now has the option Give Money in
ClientList (tnx to teeone for reporting)
20 years ago
darkvater 302893f0da (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)
-To use the feature add WDF_STICKY_BUTTON to the widget description and update all widget-ID's since sticky button will be widget 2.
20 years ago
darkvater 83981e40b5 (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)
-To use the feature add WDF_STICKY_BUTTON to the widget description and update all widget-ID's since sticky button will be widget 2.
20 years ago
miham 4610ab6275 (svn r1119) Fixed url in manpage 20 years ago
miham ec94450aef (svn r1119) Fixed url in manpage 20 years ago
matthijs 38edb9a1fc (svn r1118) * Added a minimal manpage with references to where to get real info
* Specified installation locations in the os/debian/rules script so it works now.
20 years ago
matthijs 76363231be (svn r1118) * Added a minimal manpage with references to where to get real info
* Specified installation locations in the os/debian/rules script so it works now.
20 years ago
tron a148ff4e0d (svn r1117) Move map arrays and some related macros into their own files map.c and map.h 20 years ago
tron 765ecfed84 (svn r1117) Move map arrays and some related macros into their own files map.c and map.h 20 years ago
truelight 664fc4786d (svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put server
advertise on/off via console (requested by imachine)
20 years ago
truelight 736718ef53 (svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put server
advertise on/off via console (requested by imachine)
20 years ago
tron 09ac95dea2 (svn r1115) Put every source file on an extra line 20 years ago
tron 15265ac40a (svn r1115) Put every source file on an extra line 20 years ago
miham 3dd310b7a0 (svn r1114) Daily langfile updates (automatic) 20 years ago
miham 37192a99a6 (svn r1114) Daily langfile updates (automatic) 20 years ago
truelight 9954819ff2 (svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
to Start Server, you can select by connection: 'Internet (advertise)'. 
When selected, the server will announce itself to the server-list at 
http://servers.openttd.org (when finished)
20 years ago
truelight 5f51b42c99 (svn r1113) -Add: [Network] Added the GUI part for server advertising. When you go
to Start Server, you can select by connection: 'Internet (advertise)'. 
When selected, the server will announce itself to the server-list at 
http://servers.openttd.org (when finished)
20 years ago