rubidium
|
d365156633
|
(svn r24658) -Merge: release documentation updates from 1.2
|
2012-10-31 21:40:26 +00:00 |
|
rubidium
|
6247bdbdb4
|
(svn r24642) -Codechange: add helper function to see if there is anything in the send queue
|
2012-10-28 21:26:57 +00:00 |
|
rubidium
|
9db98f3b14
|
(svn r24638) -Codechange: add some #ifndefs so MSU code doesn't need to compile it, and doesn't need all the required dependencies
|
2012-10-28 19:16:58 +00:00 |
|
rubidium
|
1ba5d9ca6e
|
(svn r24601) -Fix: _BUILD flags were not properly parsed when reconfiguring
|
2012-10-17 18:48:12 +00:00 |
|
rubidium
|
295c0b71ef
|
(svn r24598) -Fix: configure script failed to detect libfontconfig 2.10 as newer than 2.3
|
2012-10-17 15:23:51 +00:00 |
|
rubidium
|
66ee580206
|
(svn r24597) -Fix [FS#5336]: when fontconfig is not available, the bootstrap download crashed
|
2012-10-16 20:21:14 +00:00 |
|
rubidium
|
a023c9ae68
|
(svn r24573) -Fix: hopefully get packing right on Mingw's gcc 4.7
|
2012-10-04 15:44:09 +00:00 |
|
rubidium
|
d49bd2997b
|
(svn r24572) -Fix: do not cast away some other consts
|
2012-10-04 15:33:13 +00:00 |
|
rubidium
|
0856668f44
|
(svn r24571) -Fix: do not cast away const
|
2012-10-04 15:25:57 +00:00 |
|
rubidium
|
7251fbb514
|
(svn r24532) -Change: try to read more UDP packets per game loop
|
2012-09-19 15:15:49 +00:00 |
|
rubidium
|
4563c50c91
|
(svn r24491) -Fix: compilation error with networking disabled
|
2012-08-21 19:03:21 +00:00 |
|
rubidium
|
6dc5ee80ae
|
(svn r24483) -Fix: remove ZERO WIDTH SPACE character from Dutch strings causing the fallback font to be chosen over the sprite font
|
2012-08-18 19:38:02 +00:00 |
|
rubidium
|
b5a8022364
|
(svn r24477) -Merge: documentation updates from 1.2.
|
2012-08-16 18:47:10 +00:00 |
|
rubidium
|
cf773911b0
|
(svn r24432) -Fix: compile warning in depend
|
2012-07-22 18:56:16 +00:00 |
|
rubidium
|
4dfe9379a0
|
(svn r24431) -Fix: some old compilers didn't like some flag that isn't really needed anyway
|
2012-07-22 18:55:12 +00:00 |
|
rubidium
|
990c9f8a7f
|
(svn r24429) -Change: add some hardening flags to the compiler for release builds
|
2012-07-22 05:33:09 +00:00 |
|
rubidium
|
cc364d23a4
|
(svn r24427) -Change: allow passing C(XX)- and LDFLAGS to the compilation of helper binaries such as depend, strgen and settingsgen
|
2012-07-21 15:49:26 +00:00 |
|
rubidium
|
91d1e9a5bb
|
(svn r24386) -Fix: remove broken plurals from slovak
|
2012-07-08 15:58:01 +00:00 |
|
rubidium
|
6baa5a8633
|
(svn r24374) -Fix: cargo lists can't have genders (mostly because it's very unclear what gender it would have)
|
2012-07-04 17:00:33 +00:00 |
|
rubidium
|
66d14c50f1
|
(svn r24365) -Fix-ish: add C(XX)FLAGS_BUILD to all the executables that are compiled for the build enviroment
|
2012-07-01 08:56:57 +00:00 |
|
rubidium
|
854b3921a4
|
(svn r24364) -Fix-ish: Slovak compilation failure
|
2012-07-01 08:54:51 +00:00 |
|
rubidium
|
c94a2d5289
|
(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is somewhat more consistent
|
2012-05-16 19:34:36 +00:00 |
|
rubidium
|
66496c47a3
|
(svn r24256) -Fix: results of WT3 validation issue
|
2012-05-16 18:30:52 +00:00 |
|
rubidium
|
b5daddbeb6
|
(svn r24241) -Fix: some typos and inconsistencies in the base language
|
2012-05-13 06:05:32 +00:00 |
|
rubidium
|
d20a28cfb5
|
(svn r24224) -Fix [FS#5159]: dereferencing uninitialised pointer (frosch)
|
2012-05-11 20:42:22 +00:00 |
|
rubidium
|
a961276b6f
|
(svn r24221) -Fix [FS#5166]: Lag counters were not properly reset when switching states making it possible to get disconnected for lagging when you weren't lagging
|
2012-05-09 19:14:36 +00:00 |
|
rubidium
|
5bfed864a0
|
(svn r24219) -Fix [FS#5152]: immediately do the cargo payment on vehicle crashes instead of when they are cleared
|
2012-05-09 19:11:09 +00:00 |
|
rubidium
|
334c0e897c
|
(svn r24218) -Fix: unbreak Croatian language
|
2012-05-09 18:37:44 +00:00 |
|
rubidium
|
b926277caf
|
(svn r24180) -Codechange/feature-ish: add cache checker for the town's cache
|
2012-04-25 21:06:31 +00:00 |
|
rubidium
|
41e5c839e0
|
(svn r24179) -Codechange: move some variables of Town to TownCache
|
2012-04-25 20:50:13 +00:00 |
|
rubidium
|
27d9808f45
|
(svn r24155) -Fix: the music volume was set too early during startup; at a moment the configuration file wasn't read yet
|
2012-04-19 20:08:51 +00:00 |
|
rubidium
|
a355e123fc
|
(svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array with negative size
|
2012-04-18 19:22:32 +00:00 |
|
rubidium
|
8d56856791
|
(svn r24152) -Fix [FS#5157]: [NoAI] Do not return the last 'cached' speed of vehicles when they are stopped/crashed
|
2012-04-18 19:21:54 +00:00 |
|
rubidium
|
eeb781b429
|
(svn r24151) -Fix: typo in script documentation
|
2012-04-18 19:03:12 +00:00 |
|
rubidium
|
90e64ebdf2
|
(svn r24150) -Fix (r24149): missing WT3 validation
|
2012-04-18 19:01:39 +00:00 |
|
rubidium
|
25987e2e8b
|
(svn r24121) -Merge: documentation update from 1.2
|
2012-04-15 18:59:04 +00:00 |
|
rubidium
|
54e36c4ff8
|
(svn r24111) -Codechange: use Colour more instead of manually bitstuffing
|
2012-04-10 20:16:51 +00:00 |
|
rubidium
|
1e817ae241
|
(svn r24100) -Fix: also provide translated comments in the desktop file without language name postfix
|
2012-04-08 14:29:31 +00:00 |
|
rubidium
|
1adb9a5c85
|
(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly selected anymore (adf88)
|
2012-03-25 19:46:59 +00:00 |
|
rubidium
|
f2f939906e
|
(svn r24069) -Fix (r24062): crash when not having a valid last joined address
|
2012-03-25 19:43:17 +00:00 |
|
rubidium
|
113746b3a6
|
(svn r24068) -Change/fix [FS#5103]: significantly reduce the area that is redrawn for text effects (Rhamphoryncus)
|
2012-03-25 19:30:05 +00:00 |
|
rubidium
|
180e4e4c66
|
(svn r24067) -Change/fix: do not redraw up to 25% of the map when making a new vehicle visible for the first time
|
2012-03-25 19:24:32 +00:00 |
|
rubidium
|
6db0753a46
|
(svn r24066) -Change: do not redraw the text effect when nothing changed (Rhamphoryncus)
|
2012-03-25 19:23:59 +00:00 |
|
rubidium
|
927734e6ce
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
rubidium
|
c8ce0faca4
|
(svn r24064) -Fix [FS#5121]: make the full snowedness level of houses the same as roads and rails
|
2012-03-25 18:19:21 +00:00 |
|
rubidium
|
02d9ecde6d
|
(svn r24063) -Fix [FS#5125]: with certain versions of GCC and compiler flags the compiler could reorder some code badly causing the 32bpp depot flag not working
|
2012-03-25 18:18:35 +00:00 |
|
rubidium
|
357843378f
|
(svn r24062) -Fix [FS#5097]: immediately start querying the last joined server instead of waiting for the requery loop (adf88)
|
2012-03-25 18:17:41 +00:00 |
|
rubidium
|
2c956cac80
|
(svn r24035) -Add: "missing" strings to translations that were merely control codes
|
2012-03-17 11:34:45 +00:00 |
|
rubidium
|
4e3b95067b
|
(svn r24033) -Fix: reset "is random" status of temporary variable during saveload as it's not always written to when loading an AI which means it'd be taking the is random setting of another AI.
|
2012-03-17 11:14:25 +00:00 |
|
rubidium
|
c9ad61651b
|
(svn r24024) -Update: translation w.r.t. the changes in r24023
|
2012-03-10 19:20:02 +00:00 |
|
rubidium
|
bf6434abaf
|
(svn r24023) -Fix [FS#5090]: pass cases down into the list of cargos
|
2012-03-10 19:18:04 +00:00 |
|
rubidium
|
19923e81f9
|
(svn r24022) -Add: CARGO_LIST control code for strings
|
2012-03-10 19:04:49 +00:00 |
|
rubidium
|
3e34b0b1c1
|
(svn r24012) -Fix (r24011): Luxembourgish got messed up by accident
|
2012-03-04 17:11:18 +00:00 |
|
rubidium
|
22637f139f
|
(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
|
2012-03-04 16:54:12 +00:00 |
|
rubidium
|
e6a828def1
|
(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder
|
2012-03-04 16:40:06 +00:00 |
|
rubidium
|
81d930dcfb
|
(svn r23997) -Fix: WT3 validation errors
|
2012-02-27 18:49:05 +00:00 |
|
rubidium
|
7893ef7b1c
|
(svn r23993) -Cleanup: remove some disable directives from the NFO as they aren't needed anymore with newer GRFCodec/NFORenum
|
2012-02-26 08:23:32 +00:00 |
|
rubidium
|
974a08bf60
|
(svn r23992) -Fix: compilation without freetype
|
2012-02-25 22:18:53 +00:00 |
|
rubidium
|
e3c665a3cb
|
(svn r23985) -Fix [FS#5074]: inconsistent quit/abandon/exit game/scenario/editor strings
|
2012-02-25 13:58:06 +00:00 |
|
rubidium
|
d7cae0ab96
|
(svn r23984) -Fix [FS#5082]: fix the order of lights on the helipad (PaulC)
|
2012-02-25 08:45:48 +00:00 |
|
rubidium
|
27cf8de733
|
(svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found
|
2012-02-25 08:42:39 +00:00 |
|
rubidium
|
7aeb89c984
|
(svn r23982) -Codechange: use NFO v32 for the extra graphics
|
2012-02-24 22:29:44 +00:00 |
|
rubidium
|
46b08db917
|
(svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression
|
2012-02-24 22:19:45 +00:00 |
|
rubidium
|
74785478ec
|
(svn r23980) -Fix (r23977): crash when starting with the 32bpp anim blitter
|
2012-02-23 21:10:08 +00:00 |
|
rubidium
|
4db85fcc4d
|
(svn r23978) -Fix: [SDL] Palette update was done too late making switching from 8bpp -> 32bpp look ugly
|
2012-02-23 16:23:09 +00:00 |
|
rubidium
|
37a4acc7e0
|
(svn r23977) -Fix: don't load a game during UpdateWindows as that might trigger changing the blitter which triggers re-entrant locking
|
2012-02-23 16:22:20 +00:00 |
|
rubidium
|
a5cb454e94
|
(svn r23969) -Codechange: trunk heads to 1.3 now
|
2012-02-19 19:14:17 +00:00 |
|
rubidium
|
1c4827cc71
|
(svn r23967) -Fix-ish: don't fix road ownership of standard road stops each time you load a savegame, only when loading an old one
|
2012-02-19 19:05:57 +00:00 |
|
rubidium
|
e185c2f609
|
(svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup
|
2012-02-18 17:42:27 +00:00 |
|
rubidium
|
703ef5b7b6
|
(svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn't caught properly, so they could cause crashes of OpenTTD instead of the AI
|
2012-02-17 21:49:53 +00:00 |
|
rubidium
|
fc732206e6
|
(svn r23959) -Change: make regression less faily when spurious warnings are shown
|
2012-02-16 21:08:32 +00:00 |
|
rubidium
|
ea2f19d4f2
|
(svn r23958) -Fix: don't allow chat messages from pre-active clients. As they haven't got the savegame yet, they won't have the interface to send them either (dihedral)
|
2012-02-16 20:45:03 +00:00 |
|
rubidium
|
c5f7a0f69d
|
(svn r23957) -Fix [FS#4990]: allow sending chat to pre-active clients as the clients start accepting once they send 'map ok' to the server, which is the same moment we change their status to pre-active
|
2012-02-16 20:44:03 +00:00 |
|
rubidium
|
060cac439c
|
(svn r23942) -Fix: infrastructure cache of standard road stops would get messed up when buying a company with them
|
2012-02-13 17:18:20 +00:00 |
|
rubidium
|
c44d9fc366
|
(svn r23937) -Change: improve the wording of some of the timeout related "error" messages
|
2012-02-12 11:39:29 +00:00 |
|
rubidium
|
6356178a25
|
(svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and game scripts (LordAro)
|
2012-02-12 10:58:18 +00:00 |
|
rubidium
|
58269b7ad2
|
(svn r23935) -Codechange: generalise GetTextfile
|
2012-02-12 10:51:43 +00:00 |
|
rubidium
|
2a6e23263a
|
(svn r23934) -Update: other language files w.r.t. the previous change
|
2012-02-12 10:42:46 +00:00 |
|
rubidium
|
90af3c494a
|
(svn r23933) -Codechange: make the text file window strings more generic (LordAro)
|
2012-02-12 10:35:15 +00:00 |
|
rubidium
|
e8dbcf9043
|
(svn r23932) -Codechange: split the NewGRF text window into its own source files
|
2012-02-12 10:32:41 +00:00 |
|
rubidium
|
1cf2f521ab
|
(svn r23930) -Fix [FS#4944]: [Script] Do not close the parameter window when a script starts
|
2012-02-11 22:25:20 +00:00 |
|
rubidium
|
27e54a4e36
|
(svn r23929) -Doc [FS#4966]: document, in a tooltip, that depot orders disable automatic servicing
|
2012-02-11 21:47:34 +00:00 |
|
rubidium
|
a08370f9da
|
(svn r23928) -Fix [FS#5053]: don't accelerate, for smoke purposes, when you reached the track's maximum speed
|
2012-02-11 20:25:21 +00:00 |
|
rubidium
|
0e925c9e5e
|
(svn r23927) -Fix [FS#5056]: 32bpp animated blitter was optimised a bit too far regarding not needing to update the colour mapping when (re)initialising the palette
|
2012-02-11 20:08:31 +00:00 |
|
rubidium
|
1b13eb49dd
|
(svn r23926) -Update [FS#5055]: some missing Latin-ish characters as some translations started using them (PaulC)
|
2012-02-11 19:46:47 +00:00 |
|
rubidium
|
390003aa2d
|
(svn r23925) -Fix (r23924): remove some remnants from generated files as well
|
2012-02-11 19:44:02 +00:00 |
|
rubidium
|
5417153982
|
(svn r23924) -Fix [FS#5054]: [NoGo] "Some" news messages would cause an assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used
|
2012-02-11 19:42:33 +00:00 |
|
rubidium
|
445d12b6e5
|
(svn r23923) -Update [FS#5044]: rpm specs (Ammler)
|
2012-02-11 19:25:53 +00:00 |
|
rubidium
|
446758872c
|
(svn r23906) -Codechange: replace magic numbers with named constants (adf88)
|
2012-02-06 20:47:47 +00:00 |
|
rubidium
|
e42425a18d
|
(svn r23905) -Fix [FS#5045]: OpenMSX got downloaded to and extracted in the wrong (non-existent) folder
|
2012-02-06 20:11:00 +00:00 |
|
rubidium
|
0a5ed6892d
|
(svn r23903) -Fix [FS#4993]: some instances had issues due to a value being out of range
|
2012-02-05 19:32:12 +00:00 |
|
rubidium
|
fbf29d5da8
|
(svn r23900) -Update [FS#5041]: some error/inconsistencies in the UK base "translation"
|
2012-02-05 12:16:05 +00:00 |
|
rubidium
|
af7ea8c525
|
(svn r23891) -Fix-ish: compile failures with SDL 1.3
|
2012-02-04 16:24:25 +00:00 |
|
rubidium
|
1b0bd45758
|
(svn r23878) -Prepare: 1.2.0-beta4
|
2012-02-04 11:58:05 +00:00 |
|
rubidium
|
cd735fb613
|
(svn r23870) -Fix [FS#5004]: scripts with a bad comparator could lock up OpenTTD
|
2012-01-29 14:27:21 +00:00 |
|
rubidium
|
2f49c9af85
|
(svn r23867) -Fix [FS#5020]: make the colour of the dropdown items for opening the vehicle list for which the company has no vehicles looking less horrid
|
2012-01-28 20:10:49 +00:00 |
|
rubidium
|
0b4d40b30e
|
(svn r23858) -Change [FS#5003]: some updates and improvements of the base font (PaulC)
|
2012-01-27 21:14:38 +00:00 |
|
rubidium
|
c514255f0f
|
(svn r23857) -Document [FS#4997]: some SDL misbehaviour
|
2012-01-27 17:45:38 +00:00 |
|
rubidium
|
6045c9e383
|
(svn r23855) -Fix [FS#5007]: out of bounds read for slowdown parameter caused desync when railtype >= 4, vehicles were fast, and the original acceleration model was used
|
2012-01-26 17:48:23 +00:00 |
|
rubidium
|
a48e3cb891
|
(svn r23854) -Codechange: make it easier to put random debug stuff into the random log
|
2012-01-26 17:24:56 +00:00 |
|