rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(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
|
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
|
f49d5057ee
|
(svn r14390) -Codechange: replace magic constants with symbolic constants.
|
2008-09-23 15:24:15 +00:00 |
|
rubidium
|
6a931d67cd
|
(svn r14390) -Codechange: replace magic constants with symbolic constants.
|
2008-09-23 15:24:15 +00:00 |
|
smatz
|
ffa39caf3d
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
smatz
|
606f4defdc
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
belugas
|
6532897b5a
|
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
|
2008-08-06 04:01:07 +00:00 |
|
belugas
|
85c84c9d86
|
(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls
|
2008-08-06 04:01:07 +00:00 |
|
rubidium
|
7aa97fee8c
|
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
|
2008-08-01 23:08:11 +00:00 |
|
rubidium
|
d67ef3573c
|
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
|
2008-08-01 23:08:11 +00:00 |
|
belugas
|
a63bcef135
|
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
|
2008-07-30 16:13:58 +00:00 |
|
belugas
|
4cc5da9409
|
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
|
2008-07-30 16:13:58 +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
|
5990a92bca
|
(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)
|
2008-06-05 11:34:26 +00:00 |
|
rubidium
|
94718ae0de
|
(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)
|
2008-06-05 11:34:26 +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 |
|
skidd13
|
4f7e14b6fb
|
(svn r13311) -Codechange: Use GUIList for the industry directory window
-Codechange: Replaced the four sort buttons by a dropdown
-Codechange: Reduced the default window size
|
2008-05-28 16:45:00 +00:00 |
|
skidd13
|
b80425fdf9
|
(svn r13311) -Codechange: Use GUIList for the industry directory window
-Codechange: Replaced the four sort buttons by a dropdown
-Codechange: Reduced the default window size
|
2008-05-28 16:45:00 +00:00 |
|
skidd13
|
6180112c90
|
(svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object
|
2008-05-27 18:50:31 +00:00 |
|
skidd13
|
83c442cc57
|
(svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object
|
2008-05-27 18:50:31 +00:00 |
|
peter1138
|
44dd8955d1
|
(svn r13291) -Fix (r13266): qsort passed wrong sizeof data
|
2008-05-27 15:30:51 +00:00 |
|
peter1138
|
0ce9343fb6
|
(svn r13291) -Fix (r13266): qsort passed wrong sizeof data
|
2008-05-27 15:30:51 +00:00 |
|
peter1138
|
781b90ac91
|
(svn r13266) -Codechange: Use SmallVector in GUIList
|
2008-05-26 16:23:23 +00:00 |
|
peter1138
|
02b5ffa13f
|
(svn r13266) -Codechange: Use SmallVector in GUIList
|
2008-05-26 16:23:23 +00:00 |
|
rubidium
|
d289464d69
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +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 |
|
smatz
|
c9ef11159f
|
(svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent
|
2008-05-25 17:26:16 +00:00 |
|
smatz
|
31a266b5b3
|
(svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent
|
2008-05-25 17:26:16 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
glx
|
4e11e0785a
|
(svn r13175) -Fix (r13174): sorting criteria and order for industry directory was always reset on window opening
|
2008-05-19 01:10:52 +00:00 |
|
glx
|
fa72187bbf
|
(svn r13175) -Fix (r13174): sorting criteria and order for industry directory was always reset on window opening
|
2008-05-19 01:10:52 +00:00 |
|
glx
|
dc1c529a31
|
(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.
|
2008-05-18 23:36:33 +00:00 |
|
glx
|
17a1873843
|
(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.
|
2008-05-18 23:36:33 +00:00 |
|
rubidium
|
a89b5721a8
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
a7db265bb6
|
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
|
2008-05-13 14:43:33 +00:00 |
|
rubidium
|
dddfaaac7d
|
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
|
2008-05-13 14:43:33 +00:00 |
|
glx
|
eb70da38d0
|
(svn r13060) -Codechange: update build industry window when raw_industry_construction setting is modified
|
2008-05-12 14:54:33 +00:00 |
|
glx
|
18c33e1569
|
(svn r13060) -Codechange: update build industry window when raw_industry_construction setting is modified
|
2008-05-12 14:54:33 +00:00 |
|
glx
|
cf315d2656
|
(svn r13050) -Codechange: make a class of IndustryViewWindow.
|
2008-05-11 17:44:56 +00:00 |
|
glx
|
56c3f828cd
|
(svn r13050) -Codechange: make a class of IndustryViewWindow.
|
2008-05-11 17:44:56 +00:00 |
|