log

age author description
Sun, 13 Nov 2011 20:52:39 +0000 rubidium (svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically draft
Sun, 13 Nov 2011 20:43:48 +0000 truebrain (svn r23209) -Codechange: track the current active script instance directly, instead of assuming the current company points you to the right one. draft
Sun, 13 Nov 2011 20:42:24 +0000 truebrain (svn r23208) -Codechange: mark function with /* static */ in the source file, which are defined static in the header file draft
Sun, 13 Nov 2011 20:41:17 +0000 truebrain (svn r23207) -Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit) draft
Sun, 13 Nov 2011 20:39:48 +0000 truebrain (svn r23206) -Change: ignore .svn in .hgignore, and .hg in svn:ignore draft
Sun, 13 Nov 2011 18:45:20 +0000 translators (svn r23205) -Update from WebTranslator v3.0: draft
Sun, 13 Nov 2011 17:11:42 +0000 rubidium (svn r23204) -Fix (r23201): if you rename a constant, then also rename it in the helper scripts that use it draft
Sun, 13 Nov 2011 12:53:46 +0000 rubidium (svn r23203) -Change: make locks more consistently looking (PaulC) draft
Sat, 12 Nov 2011 19:26:53 +0000 rubidium (svn r23202) -Fix [FS#4829]: unstable sorting in the network list when two servers had the exact same name draft
Sat, 12 Nov 2011 18:48:21 +0000 yexo (svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway draft
Sat, 12 Nov 2011 18:45:21 +0000 translators (svn r23200) -Update from WebTranslator v3.0: draft
Sat, 12 Nov 2011 18:06:34 +0000 rubidium (svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list draft
Sat, 12 Nov 2011 13:00:29 +0000 rubidium (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free draft
Sat, 12 Nov 2011 10:26:37 +0000 smatz (svn r23197) -Fix: -Wno-narrowing didn't have any effect anymore draft
Sat, 12 Nov 2011 10:21:00 +0000 smatz (svn r23196) -Fix: GCC 4.7 compilation draft
Sat, 12 Nov 2011 08:37:12 +0000 rubidium (svn r23195) -Codechange: if we really need to cast away constness, use const_cast draft
Sat, 12 Nov 2011 08:26:30 +0000 rubidium (svn r23194) -Codechange: don't cast away const needlessly draft
Sat, 12 Nov 2011 08:10:22 +0000 rubidium (svn r23193) -Codechange: don't cast away const unneededly draft
Sat, 12 Nov 2011 07:58:22 +0000 rubidium (svn r23192) -Codechange: don't cast away const needlessly draft
Fri, 11 Nov 2011 19:47:28 +0000 rubidium (svn r23191) -Fix: GCC 4.7 compilation warnings related to narrowing in palettes draft
Fri, 11 Nov 2011 18:59:47 +0000 rubidium (svn r23190) -Fix: compile error due to Squirrel define messing up another included file draft
Fri, 11 Nov 2011 18:45:45 +0000 translators (svn r23189) -Update from WebTranslator v3.0: draft
Fri, 11 Nov 2011 18:01:41 +0000 yexo (svn r23188) -Fix (r23168): fences on steep slopes were broken draft
Thu, 10 Nov 2011 20:07:14 +0000 yexo (svn r23187) -Fix (r23186): MSVC allowed non-const where const was mandatory draft
Thu, 10 Nov 2011 19:40:49 +0000 yexo (svn r23186) -Fix [FS#4830]: [Squirrel] replace custom qsort by std::sort to fix stack overflow draft
Thu, 10 Nov 2011 18:45:32 +0000 translators (svn r23185) -Update from WebTranslator v3.0: draft
Thu, 10 Nov 2011 18:09:40 +0000 rubidium (svn r23184) -Cleanup: remove the removed strings from the translations as well draft
Thu, 10 Nov 2011 18:09:09 +0000 rubidium (svn r23183) -Codechange: merge BRIBE_FAILED and BRIBE_FAILED_2 messages (monoid) draft
Thu, 10 Nov 2011 18:07:56 +0000 yexo (svn r23182) -Feature: allow translatable readme files draft
Thu, 10 Nov 2011 18:00:50 +0000 rubidium (svn r23181) -Cleanup: remove some unused strings (monoid) draft
Thu, 10 Nov 2011 17:58:55 +0000 rubidium (svn r23180) -Cleanup: remove traces of having to double click on the NewGRF for changing the parameters draft
Thu, 10 Nov 2011 17:55:52 +0000 rubidium (svn r23179) -Codechange: use some tooltips that already existed (monoid) draft
Thu, 10 Nov 2011 06:15:03 +0000 rubidium (svn r23178) -Feature [FS#4780]: in-game readme.txt readmer (LordAro) draft
Wed, 09 Nov 2011 18:45:33 +0000 translators (svn r23177) -Update from WebTranslator v3.0: draft
Wed, 09 Nov 2011 16:41:36 +0000 frosch (svn r23176) -Codechange: Deduplicate code between Engine::DetermineCapacity() and Engine::GetDisplayDefaultCapacity(). draft
Wed, 09 Nov 2011 16:40:36 +0000 frosch (svn r23175) -Codechange: Refactor Engine::DetermineCapacity(). draft
Wed, 09 Nov 2011 16:39:34 +0000 frosch (svn r23174) -Codechange: Deduplicate code between GetEngineProperty() and GetVehicleProperty(). draft
Wed, 09 Nov 2011 16:38:50 +0000 frosch (svn r23173) -Codechange: Rename GetVehicleCapacity() to Engine::DetermineCapacity(). draft
Wed, 09 Nov 2011 11:44:12 +0000 yexo (svn r23172) -Fix (r23088) [FS#4831]: crash when looking at orders from a vehicle that's not in your company draft
Wed, 09 Nov 2011 00:51:50 +0000 frosch (svn r23171) -Fix (r23142): Fix comment. draft
Tue, 08 Nov 2011 21:51:53 +0000 yexo (svn r23170) -Doc (r23169): add he new value to the AI changelog draft
Tue, 08 Nov 2011 21:48:00 +0000 yexo (svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu) draft
Tue, 08 Nov 2011 19:48:47 +0000 yexo (svn r23168) -Feature [FS#1824]: always draw fences around field tiles draft
Tue, 08 Nov 2011 19:44:41 +0000 rubidium (svn r23167) -Codechange [FS#4818]: make IsTunnelInWay z parameters signed as well (hackalittlebit) draft
Tue, 08 Nov 2011 19:23:56 +0000 michi_cc (svn r23166) -Change: [NewGRF v8] Don't override rail type prop 1B with prop 09. draft
Tue, 08 Nov 2011 18:45:52 +0000 translators (svn r23165) -Update from WebTranslator v3.0: draft
Tue, 08 Nov 2011 18:21:56 +0000 frosch (svn r23164) -Fix (r23149): Default roadvehicles became somewhat short. draft
Tue, 08 Nov 2011 17:51:29 +0000 yexo (svn r23163) -Fix [FS#4627]: don't display railway fences between track and waypoints (Krille) draft
Tue, 08 Nov 2011 17:42:34 +0000 frosch (svn r23162) -Fix (r23133): Silence gcc warning. draft
Tue, 08 Nov 2011 17:40:48 +0000 yexo (svn r23161) -Fix (r23154): don't convert pointer to bool but actually check the grf_version variable draft
Tue, 08 Nov 2011 17:37:32 +0000 yexo (svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions draft
Tue, 08 Nov 2011 17:30:19 +0000 frosch (svn r23159) -Feature: Support for NewGRF version 8. draft
Tue, 08 Nov 2011 17:29:41 +0000 frosch (svn r23158) -Feature: [NewGRF] Patch/setting variable 14. (rubidium) draft
Tue, 08 Nov 2011 17:29:32 +0000 frosch (svn r23157) -Change: [NewGRF v8] Format of extra callback info for callback 144. (michi_cc) draft
Tue, 08 Nov 2011 17:29:21 +0000 frosch (svn r23156) -Change: [NewGRF] Clamp height in aircraft variable 44. draft
Tue, 08 Nov 2011 17:29:11 +0000 frosch (svn r23155) -Change: [NewGRF v8] Use heightlevel units in var 8A of callback 28. draft
Tue, 08 Nov 2011 17:29:01 +0000 frosch (svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info variables. (rubidium) draft
Tue, 08 Nov 2011 17:28:52 +0000 frosch (svn r23153) -Change: [NewGRF v8] Use heightlevel units in variable 20/A0. draft
Tue, 08 Nov 2011 17:28:42 +0000 frosch (svn r23152) -Change: [NewGRF v8] Snow line height table uses values between 0x00 and 0xFF independent of number of height levels. draft
Tue, 08 Nov 2011 17:28:05 +0000 frosch (svn r23151) -Change: [NewGRF v8] Deprecate callback 12, and use callback 36 instead. draft
Tue, 08 Nov 2011 17:27:55 +0000 frosch (svn r23150) -Change: [NewGRF v8] Deprecate callback 11, and use callback 36 instead. draft
Tue, 08 Nov 2011 17:27:46 +0000 frosch (svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles without callback usage. draft
Tue, 08 Nov 2011 17:27:13 +0000 frosch (svn r23148) -Change: [NewGRF] Check the results of various callbacks for validness. draft
Tue, 08 Nov 2011 17:26:49 +0000 frosch (svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callbacks, and check the results for validity. draft
Tue, 08 Nov 2011 17:26:13 +0000 frosch (svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18. draft
Tue, 08 Nov 2011 17:25:51 +0000 frosch (svn r23145) -Change: [NewGRF v8] Determine the 'first' refittable cargo of vehicles using the cargo ordering from the cargo translation table. draft
Tue, 08 Nov 2011 17:25:42 +0000 frosch (svn r23144) -Change: [NewGRF v8] Consider the 'default cargotype' properties as indices into the cargo translation table. draft
Tue, 08 Nov 2011 17:25:32 +0000 frosch (svn r23143) -Change: [NewGRF v8] Return the translated cargobit in vehicle var 42. draft
Tue, 08 Nov 2011 17:24:43 +0000 frosch (svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts. draft
Tue, 08 Nov 2011 17:24:31 +0000 frosch (svn r23141) -Change: [NewGRF v8] Invert result bit 10 of callbacks 149 and 157 to make them consistent with other slope check callbacks. (michi_cc) draft
Tue, 08 Nov 2011 17:24:15 +0000 frosch (svn r23140) -Add: ErrorUnknownCallbackResult() draft
Tue, 08 Nov 2011 17:24:01 +0000 frosch (svn r23139) -Change: [NewGRF v8] Do no longer apply base cost fallbacks. draft
Tue, 08 Nov 2011 17:23:30 +0000 frosch (svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60. draft
Tue, 08 Nov 2011 17:22:49 +0000 frosch (svn r23137) -Change: [NewGRF v8] New result format for callback 16. draft
Tue, 08 Nov 2011 17:22:19 +0000 frosch (svn r23136) -Change: [NewGRF v8] Deprecate old-style callback results 0xFF??. draft
Tue, 08 Nov 2011 15:53:32 +0000 yexo (svn r23135) -Fix (r23133): always compile before commit draft
Tue, 08 Nov 2011 15:44:53 +0000 yexo (svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting draft
Tue, 08 Nov 2011 15:43:34 +0000 yexo (svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly in all cases draft
Tue, 08 Nov 2011 15:10:39 +0000 yexo (svn r23132) -Fix: when any keys on te on-screen keyboard were pressed the text cursor disappeared draft
Tue, 08 Nov 2011 15:00:55 +0000 yexo (svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return false for valid vehicles and crashed for invalid ones draft
Tue, 08 Nov 2011 12:16:17 +0000 yexo (svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention draft
Mon, 07 Nov 2011 19:35:02 +0000 michi_cc (svn r23129) -Add: [NewGRF] Property for the rail type name. draft
Mon, 07 Nov 2011 18:45:07 +0000 translators (svn r23128) -Update from WebTranslator v3.0: draft
Sun, 06 Nov 2011 22:14:55 +0000 michi_cc (svn r23127) -Fix [FS#4819] (r23086): Don't crash when refitting default vehicles. draft
Sun, 06 Nov 2011 18:45:35 +0000 translators (svn r23126) -Update from WebTranslator v3.0: draft
Sun, 06 Nov 2011 15:54:55 +0000 frosch (svn r23125) -Codechange: Replace some 8s with TILE_SIZE / 2. (adf88) draft
Sun, 06 Nov 2011 15:33:23 +0000 michi_cc (svn r23124) -Change: [NewGRF] Interpret the result of the refit cost callback as a signed value. draft
Sun, 06 Nov 2011 09:37:26 +0000 rubidium (svn r23123) -Fix [FS#4790] (r22792): variable was initialised at the wrong moment making things with the cursor go wrong draft
Sat, 05 Nov 2011 22:41:04 +0000 michi_cc (svn r23122) -Fix (23120): Silence GCC warning. draft
Sat, 05 Nov 2011 18:45:34 +0000 translators (svn r23121) -Update from WebTranslator v3.0: draft
Sat, 05 Nov 2011 15:31:21 +0000 michi_cc (svn r23120) -Feature: [NoAI] Support for refit orders. draft
Fri, 04 Nov 2011 23:47:00 +0000 michi_cc (svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a GUI-less video driver. draft
Fri, 04 Nov 2011 23:20:14 +0000 rubidium (svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick draft
Fri, 04 Nov 2011 23:14:23 +0000 yexo (svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.000 opcodes for free draft
Fri, 04 Nov 2011 22:59:23 +0000 michi_cc (svn r23116) -Fix (r23114): Ambient sound effect callback was called for unsupported tile types. draft
Fri, 04 Nov 2011 22:32:21 +0000 rubidium (svn r23115) -Fix [FS#4813]: allow accessing the server's client info as well in the admin network (dihedral) draft
Fri, 04 Nov 2011 21:05:08 +0000 michi_cc (svn r23114) -Feature: [NewGRF] Ambient sound effect callback. draft
Fri, 04 Nov 2011 18:45:28 +0000 translators (svn r23113) -Update from WebTranslator v3.0: draft
Fri, 04 Nov 2011 15:04:29 +0000 michi_cc (svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting. draft
Fri, 04 Nov 2011 15:04:24 +0000 michi_cc (svn r23111) -Fix: Keep subtype when automatically choosing the cargo for auto-refitting. draft
Fri, 04 Nov 2011 13:40:59 +0000 rubidium (svn r23110) -Codechange: let the flying altitude return ints are well draft
Fri, 04 Nov 2011 13:21:24 +0000 michi_cc (svn r23109) -Fix: Subtract auto-refit costs from the vehicle profit. draft
Fri, 04 Nov 2011 11:52:19 +0000 rubidium (svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables draft
Fri, 04 Nov 2011 11:36:10 +0000 rubidium (svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well draft
Fri, 04 Nov 2011 11:30:37 +0000 rubidium (svn r23106) -Codechange: pass int* to GetTileSlope and friends draft
Fri, 04 Nov 2011 11:29:11 +0000 rubidium (svn r23105) -Fix (r23104): Kenobi visited me ;) draft
Fri, 04 Nov 2011 11:09:06 +0000 rubidium (svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting draft
Fri, 04 Nov 2011 10:32:26 +0000 rubidium (svn r23103) -Codechange: replace TileHeight(x) * TILE_HEIGHT by TilePixelHeight(x) draft
Fri, 04 Nov 2011 10:31:46 +0000 rubidium (svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT draft
Fri, 04 Nov 2011 10:31:13 +0000 rubidium (svn r23101) -Codechange: remove pointless multiplications by TILE_HEIGHT from the station/object building code draft
Fri, 04 Nov 2011 10:30:10 +0000 rubidium (svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code draft
Fri, 04 Nov 2011 10:29:26 +0000 rubidium (svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT for the water/river code draft
Fri, 04 Nov 2011 10:28:31 +0000 rubidium (svn r23098) -Codechange: remove pointless multiplications by TILE_HEIGHT from the tunnel code draft
Fri, 04 Nov 2011 10:28:20 +0000 rubidium (svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT from the bridge code draft
Fri, 04 Nov 2011 10:25:58 +0000 rubidium (svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code draft
Fri, 04 Nov 2011 10:25:33 +0000 rubidium (svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HEIGHT for the AI API code draft
Fri, 04 Nov 2011 10:23:48 +0000 rubidium (svn r23094) -Codechange: add a default NULL to GetFoundationSlope and use it draft
Fri, 04 Nov 2011 10:22:27 +0000 rubidium (svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it draft
Fri, 04 Nov 2011 10:20:24 +0000 rubidium (svn r23092) -Codechange: create a non-pixel version of some of the Get*PixelZ functions, and let Get*PixelZ wrap around the new function (multiplying the Z by TILE_HEIGHT) just like TileHeight and TilePixelHeight draft
Fri, 04 Nov 2011 10:18:13 +0000 rubidium (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight) draft