frosch
|
ed63b48e76
|
(svn r27780) -Update: Numbers
|
2017-03-11 20:50:26 +00:00 |
|
frosch
|
49b940f69c
|
(svn r27756) -Codechange: Add StringTab enum
|
2017-02-26 19:40:53 +00:00 |
|
frosch
|
fbd79d88f0
|
(svn r27518) -Update: Numbers
|
2016-03-01 20:00:22 +00:00 |
|
frosch
|
2edbc72ebd
|
(svn r27192) -Change: heading for 1.6 now
|
2015-03-17 20:33:44 +00:00 |
|
fonsinchen
|
d206b436aa
|
(svn r26893) -Feature: ScriptStationList_Cargo for sorting cargo by from and via
|
2014-09-21 16:20:48 +00:00 |
|
rubidium
|
65cab46a84
|
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
|
2014-09-06 17:46:56 +00:00 |
|
rubidium
|
95549e6da5
|
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
|
2014-09-06 17:30:33 +00:00 |
|
rubidium
|
8fff83588d
|
(svn r26511) -Codechange: use strecpy in game_text
|
2014-04-25 17:43:09 +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
|
b886c8db8c
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
frosch
|
3232a64598
|
(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat
|
2014-04-24 19:09:17 +00:00 |
|
frosch
|
efd1c31864
|
(svn r26504) -Fix (r26499): Obiwan and his gang.
|
2014-04-24 18:58:47 +00:00 |
|
rubidium
|
699779324e
|
(svn r26499) -Codechange: replace strndup with stredup
|
2014-04-24 18:37:39 +00:00 |
|
rubidium
|
b1f6351eff
|
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
|
2014-04-23 21:16:58 +00:00 |
|
rubidium
|
6ecc602050
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +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 |
|
frosch
|
50729655ec
|
(svn r26406) -Change: heading for 1.5 now
|
2014-03-17 20:02:30 +00:00 |
|
zuu
|
ea7483a419
|
(svn r26305) -Add: [nogo] ScriptStoryPageElementList() - a list of all story page elements for a given page
|
2014-02-06 19:41:56 +00:00 |
|
zuu
|
a6e0f162ed
|
(svn r26303) -Add: [nogo] ScriptStoryPageList() - a list of all story pages
|
2014-02-06 19:25:39 +00:00 |
|
rubidium
|
65d670269e
|
(svn r26090) -Fix: leaking of file descriptor when reading strings for game texts
|
2013-11-24 15:25:41 +00:00 |
|
frosch
|
5fba4e4e58
|
(svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames starting with '.' as valid translations, resulting in languages with empty name, which causes trouble.
|
2013-10-06 12:13:20 +00:00 |
|
rubidium
|
f91f4f1f1a
|
(svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game
|
2013-07-12 18:54:27 +00:00 |
|
zuu
|
65129db43c
|
(svn r25342) -Add: StoryPage data structures and GS API
|
2013-06-09 12:19:09 +00:00 |
|
zuu
|
e4df076e80
|
(svn r25332) -Fix (25331): Committed too much
|
2013-06-08 13:02:28 +00:00 |
|
zuu
|
8d15b5f354
|
(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets
|
2013-06-08 12:37:36 +00:00 |
|
frosch
|
691a9def81
|
(svn r25117) -Fix [FS#5511]: Silence warning.
|
2013-03-24 11:04:58 +00:00 |
|
frosch
|
3e7f180298
|
(svn r25114) -Fix [FS#5509]: GS lang files did not work, when inside a tar.
|
2013-03-22 21:21:45 +00:00 |
|
rubidium
|
c8661de6be
|
(svn r25001) -Change: heading for 1.4 now
|
2013-02-14 18:58:04 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
zuu
|
d0fdd1f8b5
|
(svn r24537) -Feature: Scripts can be suspended even if the game is still progressing, thus break-on-log now works also for Game Scripts.
|
2012-09-21 19:58:18 +00:00 |
|
frosch
|
4507eec9b7
|
(svn r24516) -Add: [GS] Support ##plural pragma in GS lang files.
|
2012-09-09 15:55:20 +00:00 |
|
frosch
|
e883ca1d4e
|
(svn r24515) -Fix: GStexts were compied incompletely when containing certain string codes.
|
2012-09-09 15:52:49 +00:00 |
|
yexo
|
4d1d6332fb
|
(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the path instead of a boolean (LordAro)
|
2012-08-20 21:01:40 +00:00 |
|
yexo
|
e1351773a0
|
(svn r24468) -Add [FS#5219]: API compatibility scripts for Goal Scripts (Hirundo)
|
2012-08-13 19:22:26 +00:00 |
|
alberth
|
1c6e746f9d
|
(svn r24406) -Feature: Allow game scripts to monitor cargo pickups and deliveries done by companies.
|
2012-07-15 17:11:14 +00:00 |
|
frosch
|
1008ceddb8
|
(svn r24291) -Add: [Script] ScriptEventRoadReconstruction.
|
2012-05-26 14:16:45 +00:00 |
|
frosch
|
4e074cdbf7
|
(svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights.
|
2012-05-26 14:16:38 +00:00 |
|
frosch
|
8824063087
|
(svn r24289) -Add: [Script] Base class for script events involving a company and a town.
|
2012-05-26 14:16:32 +00:00 |
|
frosch
|
7343268e8a
|
(svn r24108) -Fix [FS#5142]: When starting GS or AI, always use the settings of the game, not the new-game settings.
|
2012-04-09 12:35:01 +00:00 |
|
rubidium
|
e8d9ab4dd5
|
(svn r23969) -Codechange: trunk heads to 1.3 now
|
2012-02-19 19:14:17 +00:00 |
|
rubidium
|
37a8a8c5dc
|
(svn r23837) -Feature [FS#4994]: [NoGo] Allow querying orders of vehicles
|
2012-01-22 17:42:03 +00:00 |
|
truebrain
|
10b9faf2f0
|
(svn r23747) -Fix (r23746): forgot one more case
|
2012-01-03 23:13:53 +00:00 |
|
truebrain
|
a130703073
|
(svn r23746) -Fix: also set 'info' to NULL if 'instance' dies (for both AI and GS); avoids invalid memory reads
|
2012-01-03 23:09:48 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
0cfe86cead
|
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
|
2012-01-03 20:26:05 +00:00 |
|
truebrain
|
59de5e9570
|
(svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17
|
2012-01-03 16:36:24 +00:00 |
|
rubidium
|
d242f154f9
|
(svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when the game script crashes
|
2012-01-02 22:44:28 +00:00 |
|
rubidium
|
761223bcdf
|
(svn r23718) -Fix [FS#4936]: rescanai caused crash when the AI settings of an AI was opened
|
2012-01-02 20:39:50 +00:00 |
|
truebrain
|
8bff646cf2
|
(svn r23635) -Add: introduce GSText, to allow translating GameScript text, even over network
|
2011-12-19 21:05:57 +00:00 |
|