frosch
|
2bb80d280c
|
(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k.
|
2017-02-26 19:41:30 +00:00 |
|
frosch
|
49b940f69c
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
a56e2bccd0
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
02967c3c08
|
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs.
|
2017-02-26 19:39:58 +00:00 |
|
frosch
|
9ad09627ad
|
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeStringID() to access the structure of StringIDs.
|
2017-02-26 19:39:58 +00:00 |
|
frosch
|
5973140ac2
|
(svn r27602) -Fix [FS#6481]: Compilation with --disable-network. (Deranged)
|
2016-06-17 18:56:19 +00:00 |
|
frosch
|
d874cef678
|
(svn r27602) -Fix [FS#6481]: Compilation with --disable-network. (Deranged)
|
2016-06-17 18:56:19 +00:00 |
|
pelya
|
3ef1c1baff
|
Merge commit 'a8b575671894ffe1329ef37dca4989c0e60d70f5'
These merges are becoming more awful every time
Conflicts:
src/ai/ai_gui.cpp
src/build_vehicle_gui.cpp
src/cheat_gui.cpp
src/company_gui.cpp
src/depot_gui.cpp
src/dock_gui.cpp
src/error_gui.cpp
src/genworld_gui.cpp
src/misc_gui.cpp
src/network/network_content_gui.cpp
src/network/network_gui.cpp
src/newgrf_gui.cpp
src/news_gui.cpp
src/rail_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/settings_gui.cpp
src/settings_gui.h
src/signs_gui.cpp
src/station_gui.cpp
src/table/settings.ini
src/terraform_gui.cpp
src/toolbar_gui.cpp
src/toolbar_gui.h
src/vehicle_gui.cpp
src/video/sdl_v.cpp
src/viewport.cpp
src/widget.cpp
src/widgets/settings_widget.h
|
2016-03-27 22:33:11 +03:00 |
|
michi_cc
|
44918010df
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
michi_cc
|
2b8bb12d62
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
rubidium
|
ee700fd3b1
|
(svn r27367) -Codechange: make a distinction between the layouting part of ICU (lx) or the sorting/collation part of ICU (i18n)
|
2015-08-09 12:33:27 +00:00 |
|
rubidium
|
69fac508c3
|
(svn r27367) -Codechange: make a distinction between the layouting part of ICU (lx) or the sorting/collation part of ICU (i18n)
|
2015-08-09 12:33:27 +00:00 |
|
michi_cc
|
a41f197379
|
(svn r27288) -Fix: Slow network content GUI in MSVC Debug builds due to repeated string resolving.
|
2015-05-17 19:49:35 +00:00 |
|
michi_cc
|
95cb7c8692
|
(svn r27288) -Fix: Slow network content GUI in MSVC Debug builds due to repeated string resolving.
|
2015-05-17 19:49:35 +00:00 |
|
rubidium
|
978d4e4eaa
|
(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when outside of the bounds of a 32 bits integer
|
2015-01-01 20:50:43 +00:00 |
|
rubidium
|
730773f5f1
|
(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when outside of the bounds of a 32 bits integer
|
2015-01-01 20:50:43 +00:00 |
|
frosch
|
e4063cb6d4
|
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
|
2014-11-18 20:12:42 +00:00 |
|
frosch
|
861b9bc85e
|
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
|
2014-11-18 20:12:42 +00:00 |
|
Sergii Pylypenko
|
2603e6b5e3
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/os/unix/unix.cpp
src/widgets/dropdown.cpp
|
2014-08-19 19:21:47 +03:00 |
|
rubidium
|
213b0613c7
|
(svn r26733) -Fix [FS#6086]: inconsistency in using spaces between number and unit in some strings
Try to follow the SI recommendation to use a non-breaking space between a number and its units (and prefix)
|
2014-08-15 20:14:48 +00:00 |
|
rubidium
|
53e7138a2e
|
(svn r26733) -Fix [FS#6086]: inconsistency in using spaces between number and unit in some strings
Try to follow the SI recommendation to use a non-breaking space between a number and its units (and prefix)
|
2014-08-15 20:14:48 +00:00 |
|
planetmaker
|
9a64e4b43e
|
(svn r26657) -Add [FS#6047]: Days in dates are not represented by ordinal numbers in all languages
|
2014-06-20 20:57:32 +00:00 |
|
planetmaker
|
42bc994cce
|
(svn r26657) -Add [FS#6047]: Days in dates are not represented by ordinal numbers in all languages
|
2014-06-20 20:57:32 +00:00 |
|
Sergii Pylypenko
|
91ebce1a9c
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/console_gui.cpp
src/genworld_gui.cpp
src/group_gui.cpp
src/misc_gui.cpp
src/settings_gui.cpp
src/widgets/settings_widget.h
|
2014-06-04 17:09:23 +03:00 |
|
frosch
|
9430dfe7fa
|
(svn r26525) -Remove: Screenshot format setting from GUI.
|
2014-04-27 15:13:46 +00:00 |
|
frosch
|
ebd2d3ccef
|
(svn r26525) -Remove: Screenshot format setting from GUI.
|
2014-04-27 15:13:46 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
5c7c2445d8
|
(svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay
|
2014-04-23 21:23:21 +00:00 |
|
rubidium
|
21f991e235
|
(svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay
|
2014-04-23 21:23:21 +00:00 |
|
rubidium
|
6ecc602050
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
rubidium
|
5b82822c12
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
pelya
|
6dc8be0332
|
Android patches
|
2014-03-15 19:44:27 +02:00 |
|
frosch
|
bc53bbb8b6
|
(svn r26242) -Codechange: Use GRFFile that filled the TextRefStack to translate StringIDs from the TextRefStack, instead of passing stuff via global vars.
|
2014-01-12 18:00:55 +00:00 |
|
frosch
|
4f419b8f84
|
(svn r26242) -Codechange: Use GRFFile that filled the TextRefStack to translate StringIDs from the TextRefStack, instead of passing stuff via global vars.
|
2014-01-12 18:00:55 +00:00 |
|
frosch
|
9215fd3c96
|
(svn r26239) -Fix: Check that there is space left in the string parameter array, before pushing NewGRF parameters to it.
|
2014-01-12 18:00:02 +00:00 |
|
frosch
|
477c15383d
|
(svn r26239) -Fix: Check that there is space left in the string parameter array, before pushing NewGRF parameters to it.
|
2014-01-12 18:00:02 +00:00 |
|
frosch
|
68c8aa93cd
|
(svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left space in the param array.
|
2014-01-12 17:59:43 +00:00 |
|
frosch
|
5ab39cc651
|
(svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left space in the param array.
|
2014-01-12 17:59:43 +00:00 |
|
frosch
|
cb6aee2f27
|
(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.
|
2014-01-12 17:59:27 +00:00 |
|
frosch
|
bc86bf9b12
|
(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.
|
2014-01-12 17:59:27 +00:00 |
|
rubidium
|
fcd6bf6342
|
(svn r26063) -Fix (r26062): a few tabs too much
|
2013-11-23 13:24:31 +00:00 |
|
rubidium
|
3bae1522c9
|
(svn r26063) -Fix (r26062): a few tabs too much
|
2013-11-23 13:24:31 +00:00 |
|
rubidium
|
54ecaa1290
|
(svn r26062) -Fix: beef up checks against invalid data in highscore and language files
|
2013-11-23 13:18:29 +00:00 |
|
rubidium
|
3b2a92ea97
|
(svn r26062) -Fix: beef up checks against invalid data in highscore and language files
|
2013-11-23 13:18:29 +00:00 |
|
fonsinchen
|
02af2aa10e
|
(svn r26041) -Fix: make variable initialization more obvious for humans and compilers.
|
2013-11-19 19:43:56 +00:00 |
|
fonsinchen
|
8852d63711
|
(svn r26041) -Fix: make variable initialization more obvious for humans and compilers.
|
2013-11-19 19:43:56 +00:00 |
|
rubidium
|
565ad16fc4
|
(svn r26007) -Change: make handling strings coming from game scripts slightly more lenient, i.e. less 'fatal error... must quit'
|
2013-11-16 09:54:22 +00:00 |
|