rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
a20b833516
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
ea1f180a55
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
0fab1dc699
|
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
|
2008-08-11 22:07:26 +00:00 |
|
rubidium
|
3b4c3a3df6
|
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
|
2008-08-11 22:07:26 +00:00 |
|
rubidium
|
67275acdff
|
(svn r13740) -Fix (r13731): one could only join the first company.
|
2008-07-19 20:24:41 +00:00 |
|
rubidium
|
7c3fc13087
|
(svn r13740) -Fix (r13731): one could only join the first company.
|
2008-07-19 20:24:41 +00:00 |
|
rubidium
|
cde65455ac
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
3a799389eb
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
6898a76c5f
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
31d283c6c8
|
(svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih.
|
2008-07-17 12:02:09 +00:00 |
|
rubidium
|
c913be73d8
|
(svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih.
|
2008-07-17 12:02:09 +00:00 |
|
rubidium
|
bae02e8c67
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
rubidium
|
2f3b88ef9a
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
rubidium
|
02dbab8721
|
(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
|
2008-05-29 20:21:28 +00:00 |
|
rubidium
|
c33164831d
|
(svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
|
2008-05-29 20:21:28 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
dc77647ea4
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
ce821b1ada
|
(svn r13242) -Codechange: remove _opt_ptr.
|
2008-05-25 12:57:39 +00:00 |
|
rubidium
|
5fa0946c08
|
(svn r13242) -Codechange: remove _opt_ptr.
|
2008-05-25 12:57:39 +00:00 |
|
rubidium
|
080af12d8b
|
(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
|
2008-05-24 10:35:15 +00:00 |
|
rubidium
|
6884f9cb41
|
(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
|
2008-05-24 10:35:15 +00:00 |
|
rubidium
|
bf3b61cfa3
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
rubidium
|
6c20f77330
|
(svn r13228) -Codechange: split console.h.
|
2008-05-24 10:15:06 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
e7d125de58
|
(svn r12963) -Fix (r12960): loading some NewGRFs could cause an infinite loop.
|
2008-05-05 22:35:33 +00:00 |
|
rubidium
|
50516f2372
|
(svn r12963) -Fix (r12960): loading some NewGRFs could cause an infinite loop.
|
2008-05-05 22:35:33 +00:00 |
|
rubidium
|
f2683a6037
|
(svn r12960) -Codechange: handle return values of (some) file system related functions.
|
2008-05-05 21:54:05 +00:00 |
|
rubidium
|
56e1178dca
|
(svn r12960) -Codechange: handle return values of (some) file system related functions.
|
2008-05-05 21:54:05 +00:00 |
|
rubidium
|
41aeb7ffa0
|
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case.
|
2008-05-05 18:27:57 +00:00 |
|
rubidium
|
f200fc3b99
|
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case.
|
2008-05-05 18:27:57 +00:00 |
|
smatz
|
89a8dc8cf7
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
smatz
|
297f99e100
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
rubidium
|
d46d8d9c9d
|
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
|
2008-04-18 10:16:51 +00:00 |
|
rubidium
|
1b2773445d
|
(svn r12765) -Codechange: move some stuff out of variables.h that required including other headers in variables.h.
|
2008-04-18 10:16:51 +00:00 |
|
rubidium
|
90acd52f22
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
d4e6a6bf57
|
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
2008-01-13 01:21:35 +00:00 |
|
rubidium
|
2fc62eab05
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
rubidium
|
07e0e0a1ff
|
(svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ slightly on different platforms.
|
2008-01-12 08:34:16 +00:00 |
|
rubidium
|
ed727f9a64
|
(svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ slightly on different platforms.
|
2008-01-12 08:34:16 +00:00 |
|
rubidium
|
b09d957f31
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
a3ccdcea36
|
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
|
2008-01-07 14:23:25 +00:00 |
|
rubidium
|
db73addb43
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
rubidium
|
b9046c97fb
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
skidd13
|
7bcc4d28e1
|
(svn r11695) -Codechange: Converted the md5 algorithm to OOP
-Codechange: Adapt the md5 algorithm to the OpenTTD source
|
2007-12-25 13:59:21 +00:00 |
|