truebrain
|
b4f832f29f
|
(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory
|
2011-12-19 20:54:37 +00:00 |
|
truebrain
|
f66f27d249
|
(svn r23604) -Add: initial support for GameScripts
|
2011-12-19 20:50:54 +00:00 |
|
truebrain
|
12aa5b6a58
|
(svn r23604) -Add: initial support for GameScripts
|
2011-12-19 20:50:54 +00:00 |
|
truebrain
|
2b381d0765
|
(svn r23603) -Add: support for control commands in strings, in both network and safe/load (Rubidium)
|
2011-12-19 20:50:44 +00:00 |
|
truebrain
|
5cda1d7c90
|
(svn r23603) -Add: support for control commands in strings, in both network and safe/load (Rubidium)
|
2011-12-19 20:50:44 +00:00 |
|
truebrain
|
c74ccfff1b
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
truebrain
|
561b25d031
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
rubidium
|
3d605f6488
|
(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style
|
2011-12-19 17:48:04 +00:00 |
|
rubidium
|
df16ebd730
|
(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style
|
2011-12-19 17:48:04 +00:00 |
|
rubidium
|
8e4b6c3055
|
(svn r23590) -Codechange: make the string validation settings better expandable
|
2011-12-18 18:37:54 +00:00 |
|
rubidium
|
fefe22b4aa
|
(svn r23590) -Codechange: make the string validation settings better expandable
|
2011-12-18 18:37:54 +00:00 |
|
frosch
|
7b9891f086
|
(svn r23579) -Fix (r23525): Most up/down arrows stopped working.
|
2011-12-17 20:52:07 +00:00 |
|
frosch
|
4e4a87bd3c
|
(svn r23579) -Fix (r23525): Most up/down arrows stopped working.
|
2011-12-17 20:52:07 +00:00 |
|
truebrain
|
4c344a82a9
|
(svn r23544) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:02:27 +00:00 |
|
truebrain
|
e2d8abeec5
|
(svn r23544) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 18:02:27 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
da63ce43fa
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
yexo
|
38102a96b9
|
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url
|
2011-12-11 12:55:04 +00:00 |
|
yexo
|
7a7d9a7b6b
|
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url
|
2011-12-11 12:55:04 +00:00 |
|
yexo
|
229000cc3b
|
(svn r23492) -Feature: add 'view website' button to the online content window
|
2011-12-11 11:57:52 +00:00 |
|
yexo
|
e0e5e51e2a
|
(svn r23492) -Feature: add 'view website' button to the online content window
|
2011-12-11 11:57:52 +00:00 |
|
rubidium
|
56f37d9386
|
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors
|
2011-12-10 15:16:58 +00:00 |
|
rubidium
|
2bf0fc3c5c
|
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors
|
2011-12-10 15:16:58 +00:00 |
|
rubidium
|
43e78a88ca
|
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any
|
2011-12-10 15:14:11 +00:00 |
|
rubidium
|
420d358fef
|
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any
|
2011-12-10 15:14:11 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
daba7e588a
|
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
|
2011-12-10 08:31:14 +00:00 |
|
rubidium
|
b231e80125
|
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
|
2011-12-10 08:31:14 +00:00 |
|
yexo
|
3ab6652a54
|
(svn r23469) -Fix (r23468): gcc warning about initialization order
|
2011-12-10 01:49:50 +00:00 |
|
yexo
|
1db365d0e2
|
(svn r23469) -Fix (r23468): gcc warning about initialization order
|
2011-12-10 01:49:50 +00:00 |
|
yexo
|
78d5ec5aa6
|
(svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download
|
2011-12-10 00:01:28 +00:00 |
|
yexo
|
e2a9dd1b0a
|
(svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download
|
2011-12-10 00:01:28 +00:00 |
|
yexo
|
9070d4824f
|
(svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok'
|
2011-12-09 22:44:06 +00:00 |
|
yexo
|
e31ed7db25
|
(svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok'
|
2011-12-09 22:44:06 +00:00 |
|
yexo
|
442caecab0
|
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
|
2011-12-09 21:49:52 +00:00 |
|
yexo
|
dcba6c25ea
|
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
|
2011-12-09 21:49:52 +00:00 |
|
truebrain
|
bf803e40cc
|
(svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too
|
2011-12-01 12:03:34 +00:00 |
|
truebrain
|
cc12942d70
|
(svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too
|
2011-12-01 12:03:34 +00:00 |
|
truebrain
|
906045c457
|
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary
|
2011-11-29 23:21:52 +00:00 |
|
truebrain
|
e37149a1de
|
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary
|
2011-11-29 23:21:52 +00:00 |
|
rubidium
|
26eebf2203
|
(svn r23337) -Fix [FS#4826]: don't send chat messages to clients that haven't joined yet
|
2011-11-26 17:28:18 +00:00 |
|
rubidium
|
104adbdb3a
|
(svn r23337) -Fix [FS#4826]: don't send chat messages to clients that haven't joined yet
|
2011-11-26 17:28:18 +00:00 |
|
rubidium
|
637086fe02
|
(svn r23285) -Fix: scanning of content after download didn't work
|
2011-11-20 18:36:54 +00:00 |
|
rubidium
|
0759649478
|
(svn r23285) -Fix: scanning of content after download didn't work
|
2011-11-20 18:36:54 +00:00 |
|
rubidium
|
2052561c2e
|
(svn r23240) -Codechange: rework the code of the download status window
|
2011-11-17 21:06:41 +00:00 |
|
rubidium
|
cc85ef493a
|
(svn r23240) -Codechange: rework the code of the download status window
|
2011-11-17 21:06:41 +00:00 |
|
rubidium
|
ffccec6d84
|
(svn r23234) -Fix [FS#4840]: crash when after downloading content
|
2011-11-16 16:54:37 +00:00 |
|