frosch
|
20c4f128ab
|
(svn r23835) -Change [FS#4999]: Make signs placed in scenario editor belong to the GS. That way they are always shown in game and are not editable.
|
2012-01-22 13:54:02 +00:00 |
|
frosch
|
e53ba1a4ac
|
(svn r23829) -Fix [FS#4996]: Loading empty GS strings/translations failed.
|
2012-01-21 13:21:33 +00:00 |
|
frosch
|
14fd811333
|
(svn r23828) -Fix: Return early from SlString() for empty strings, before doing invalid things which surprisingly do not break everything.
|
2012-01-21 13:21:23 +00:00 |
|
rubidium
|
464d51905a
|
(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed the cargo count of the current quarter instead of the last quarter like the tooltip says
|
2012-01-20 20:18:19 +00:00 |
|
yexo
|
d9f3912c59
|
(svn r23816) -Fix (r23635, r23805): make SCC_ENCODED the first entry in the StringControlCode enum since it's value is not allowed to change
|
2012-01-16 22:29:25 +00:00 |
|
michi_cc
|
617993e904
|
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
|
2012-01-08 12:47:54 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
92c60447dc
|
(svn r23713) -Codechange: split VehicleMove() into two functions, to minimalize the work done where possible
|
2012-01-02 13:44:30 +00:00 |
|
truebrain
|
5f65e056e1
|
(svn r23712) -Codechange: rename the two vehicle hashes we have to names that make clear where they differ in
|
2012-01-02 12:07:50 +00:00 |
|
rubidium
|
e1757cb9a5
|
(svn r23694) -Fix (rprev): somehow compilers didn't understand what I meant...
|
2011-12-31 13:57:09 +00:00 |
|
rubidium
|
9f4b0eedde
|
(svn r23693) -Fix [FS#4859]: hardcode the original defaults for loading old savegames if they could totally mess with the game's behaviour
|
2011-12-31 13:52:54 +00:00 |
|
yexo
|
9cdeead3bb
|
(svn r23657) -Fix (r22958): loading of very old savegames with custom town names failed
|
2011-12-22 17:07:54 +00:00 |
|
truebrain
|
d64d053156
|
(svn r23649) -Fix [FS#4905) (r23634): loading a savegame with an empty GSTR chunk caused assert
|
2011-12-21 12:40:29 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
474ba5fd88
|
(svn r23637) -Change: bump the savegame, to store all the new goodies
|
2011-12-19 21:06:42 +00:00 |
|
truebrain
|
8ac2d13c79
|
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
|
2011-12-19 21:06:06 +00:00 |
|
truebrain
|
f1f0776efd
|
(svn r23634) -Add: support language files for GameScript (Rubidium)
|
2011-12-19 21:05:46 +00:00 |
|
truebrain
|
ccf9b01f5d
|
(svn r23630) -Add: a Goal GUI to show your current goals
|
2011-12-19 21:03:17 +00:00 |
|
truebrain
|
6961332f05
|
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
|
2011-12-19 21:00:55 +00:00 |
|
truebrain
|
5d4b2519a4
|
(svn r23609) -Add: save/load all GameScript related material
|
2011-12-19 20:56:34 +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 |
|
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
|
24263638bf
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
michi_cc
|
957b643ae6
|
(svn r23504) -Feature: Aircraft range.
|
2011-12-13 00:43:35 +00:00 |
|
yexo
|
e96019ff0d
|
(svn r23501) -Fix: loading scenarios downloaded from the online content didn't work anymore
|
2011-12-12 18:55:04 +00:00 |
|
rubidium
|
c3440658e8
|
(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error messages when that's possible
|
2011-12-10 16:05:26 +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
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
4e352df9c9
|
(svn r23418) -Fix [FS#4866] (r22958): saves made with the Catalan town name generator would trigger a "savegame corrupt" exception
|
2011-12-04 08:20:01 +00:00 |
|
michi_cc
|
fc8633e1ac
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
michi_cc
|
bf5ef7537e
|
(svn r23414) -Add: Company infrastructure counts for stations/airports.
|
2011-12-03 23:40:30 +00:00 |
|
michi_cc
|
796fe54a2f
|
(svn r23413) -Add: Company infrastructure counts for canals.
|
2011-12-03 23:40:23 +00:00 |
|
michi_cc
|
7a6b45c133
|
(svn r23412) -Add: Company infrastructure counts for road.
|
2011-12-03 23:40:18 +00:00 |
|
michi_cc
|
85ec2f07af
|
(svn r23411) -Add: Company infrastructure counts for rail.
|
2011-12-03 23:40:13 +00:00 |
|
michi_cc
|
b68ced52c4
|
(svn r23410) -Add: A window with a detailed overview over the infrastructure of a company.
|
2011-12-03 23:40:08 +00:00 |
|
terkhen
|
a6557b4f09
|
(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns.
|
2011-12-03 22:23:10 +00:00 |
|
terkhen
|
a9cc00bf68
|
(svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for each town (michi_cc).
|
2011-12-03 22:21:27 +00:00 |
|
truebrain
|
ac0f5398c2
|
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
|
2011-12-01 12:04:10 +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
|
d6e042c735
|
(svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
|
2011-11-30 01:22:18 +00:00 |
|
truebrain
|
e7c77353ce
|
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
|
2011-11-29 23:26:35 +00:00 |
|
peter1138
|
b84174fd4d
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +00:00 |
|
peter1138
|
782aee3c2a
|
(svn r23314) -Add: Add settings to restrict viewport zoom levels.
|
2011-11-24 12:20:14 +00:00 |
|
truebrain
|
1ad295a4cf
|
(svn r23309) -Fix: loading old games didn't have goals set for towns (tnx to frosch for spotting)
|
2011-11-23 18:54:51 +00:00 |
|
truebrain
|
3a5d257e46
|
(svn r23304) -Add: bump the savegame to start storing the new bits and pieces
|
2011-11-23 16:11:15 +00:00 |
|
truebrain
|
2306f2ab6d
|
(svn r23300) -Add: show on the GUI when a town grows and make a general framework to store goals of a town
|
2011-11-23 16:07:14 +00:00 |
|
truebrain
|
19791d3189
|
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
|
2011-11-23 16:05:19 +00:00 |
|
michi_cc
|
3b45b41e68
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
michi_cc
|
56a592dcbd
|
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
|
2011-11-15 20:47:53 +00:00 |
|
rubidium
|
215452b911
|
(svn r23195) -Codechange: if we really need to cast away constness, use const_cast
|
2011-11-12 08:37:12 +00:00 |
|