michi_cc
ca633163ed
(svn r23507) -Fix (r23505): Comment typo.
2011-12-13 00:54:13 +00:00
michi_cc
f27995568e
(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.
2011-12-13 00:43:59 +00:00
michi_cc
708b58b484
(svn r23505) -Add: Indication in the order list if the next destination of an order is out of range.
2011-12-13 00:43:48 +00:00
michi_cc
957b643ae6
(svn r23504) -Feature: Aircraft range.
2011-12-13 00:43:35 +00:00
frosch
948f77eac3
(svn r23503) -Fix (r23143): Desync debug wants to resolve vehicle variables of vehicles without NewGRF. So, let it.
2011-12-12 19:31:47 +00:00
frosch
dea03342aa
(svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of the wrong GRF.
2011-12-12 19:30:36 +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
translators
a6bec59b24
(svn r23500) -Update from WebTranslator v3.0:
...
belarusian - 24 changes by Wowanxm
czech - 65 changes by ReisRyos
estonian - 16 changes by runekri3
french - 3 changes by glx
german - 6 changes by NG
hungarian - 30 changes by Brumi
italian - 3 changes by lorenzodv
korean - 3 changes by junho2813
russian - 5 changes by Lone_Wolf, akasoft
spanish - 16 changes by Terkhen
2011-12-12 18:45:52 +00:00
translators
fe0d75f379
(svn r23498) -Update from WebTranslator v3.0:
...
english_US - 3 changes by Rubidium
finnish - 3 changes by jpx_
german - 2 changes by planetmaker
italian - 13 changes by Snail_, lorenzodv
russian - 13 changes by Lone_Wolf
swedish - 15 changes by Zuu
vietnamese - 2 changes by nglekhoi
2011-12-11 18:45:51 +00:00
frosch
91843ef9ad
(svn r23497) -Add: Advanced display setting to control the linewidth in graphs. (ChillCore)
2011-12-11 15:55:31 +00:00
yexo
27988c78fb
(svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp meta-function doesn't return an integer
2011-12-11 15:52:18 +00:00
yexo
b775d1e829
(svn r23495) -Feature: button in NewGRF window to open URL from action14
2011-12-11 12:55:28 +00:00
yexo
38102a96b9
(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url
2011-12-11 12:55:04 +00:00
rubidium
49264175ef
(svn r23493) -Fix (r23476): clearing errors didn't clear the currently shown critical error
2011-12-11 12:20:02 +00:00
yexo
229000cc3b
(svn r23492) -Feature: add 'view website' button to the online content window
2011-12-11 11:57:52 +00:00
yexo
f18be8a266
(svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major OSes
2011-12-11 11:47:08 +00:00
yexo
00355b2e68
(svn r23489) -Change: don't wrap around the console history and give an empty line if you click the down-key enough
2011-12-11 11:37:03 +00:00
rubidium
462d92a125
(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving with the allegro video driver
2011-12-11 07:26:13 +00:00
frosch
e83fa1da5b
(svn r23487) -Change/Fix: Make autoreplace, autorenew, cloning and autorefit check all articulated parts of a vehicle to find a shared cargo subtype.
2011-12-10 21:09:21 +00:00
truebrain
43fbfa2414
(svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting)
2011-12-10 21:07:04 +00:00
frosch
add3370b14
(svn r23485) -Fix: Autorefit failed if the first part of an articulated vehicle did not carry any cargo.
2011-12-10 21:00:57 +00:00
rubidium
7abb74d4a2
(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehicles when adding an extra order
2011-12-10 19:20:30 +00:00
translators
2393448553
(svn r23483) -Update from WebTranslator v3.0:
...
catalan - 14 changes by arnau
czech - 8 changes by ReisRyos
english_US - 13 changes by Rubidium
finnish - 13 changes by jpx_
french - 13 changes by glx
german - 13 changes by planetmaker
hungarian - 7 changes by Brumi
2011-12-10 18:45:34 +00:00
michi_cc
4159371e3e
(svn r23482) -Change: [Win32] Move re-painting the window and doing palette animation into a separate thread.
2011-12-10 16:54:46 +00:00
michi_cc
62ea921e2f
(svn r23481) -Add: Function to get the CPU core count.
2011-12-10 16:54:41 +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
c7d2c294fc
(svn r23479) -Codechange: keep a copy of raw strings from the parameters of the error messages
2011-12-10 16:04:32 +00:00
rubidium
87045ae4ee
(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings
2011-12-10 16:03:12 +00:00
rubidium
9b81a5db97
(svn r23477) -Fix [FS#4878] (r23300): like r23342, but now for the user interface ;)
2011-12-10 15:41:39 +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
43e78a88ca
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any
2011-12-10 15:14:11 +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
3ea7690ae7
(svn r23473) -Codechange: refactor the error message data into a separate structure
2011-12-10 12:57:30 +00:00
rubidium
30eee4db4e
(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ability to find a font
2011-12-10 12:56:37 +00:00
rubidium
b9a1468fde
(svn r23471) -Codechange: move the error related code out of misc_gui.cpp into error_gui.cpp
2011-12-10 08:49:42 +00:00
rubidium
daba7e588a
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
2011-12-10 08:31:14 +00:00
yexo
3ab6652a54
(svn r23469) -Fix (r23468): gcc warning about initialization order
2011-12-10 01:49:50 +00:00
yexo
78d5ec5aa6
(svn r23468) -Feature [FS#4827]: when looking for missing content, automatically select it so you can easily start the download
2011-12-10 00:01:28 +00:00
yexo
9070d4824f
(svn r23467) -Feature [FS#4827]: automatically close the online content window after confirming the download with 'ok'
2011-12-09 22:44:06 +00:00
rubidium
330ea6f277
(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a window during ReInit by an amount that's not a multiple of the resize interval
2011-12-09 22:07:00 +00:00
yexo
442caecab0
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
2011-12-09 21:49:52 +00:00
rubidium
700c1682ce
(svn r23464) -Fix [FS#4876]: clear the backed up orders of a removed station as well, otherwise one could create orders to a station that was never in the original backupped orders. For example a road vehicle trying to go to a buoy.
2011-12-09 20:48:13 +00:00
yexo
15899c37ce
(svn r23463) -Fix (r23461): unused variable
2011-12-09 20:27:59 +00:00
yexo
f883f46684
(svn r23462) -Codechange: use AirportTileTableIterator in a few more places to make the code easier to read
2011-12-09 19:53:42 +00:00
yexo
a8f0dfd5be
(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by not crashing when loading such savegame or when an airport is removed
2011-12-09 19:30:30 +00:00
translators
a9b1cddbb3
(svn r23460) -Update from WebTranslator v3.0:
...
czech - 42 changes by ReisRyos
brazilian_portuguese - 33 changes by Tucalipe
urdu - 154 changes by haider
2011-12-09 18:45:15 +00:00
yexo
e24dc59bc5
(svn r23459) -Fix: don't crash trying to draw airport tiles when the airport grf is missing
2011-12-09 17:14:03 +00:00
yexo
20f83ba002
(svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0
...
-Fix: wait until all tiles of an industry are completed before starting to cut trees
2011-12-09 16:12:38 +00:00
yexo
e98786e15d
(svn r23457) -Codechange: introduce Industry::TileBelongsToIndustry() to simplify code checking for that
2011-12-09 16:11:42 +00:00
yexo
4e9e15a3f3
(svn r23456) -Fix (r23441): oilrigs don't have any layouts nor do they provide airport noise
2011-12-09 15:16:21 +00:00
peter1138
001b76c50b
(svn r23454) -Change: Mark company window dirty when moving a rail engine creates or deletes a train.
2011-12-09 08:10:15 +00:00
yexo
15dc9acb01
(svn r23453) -Add: [NoAI] AIStation.GetStationCoverageRadius(StationID)
2011-12-08 23:28:43 +00:00
yexo
4430cadfa1
(svn r23452) -Codechange: document instead of writing to stderr that ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT
2011-12-08 23:28:02 +00:00
rubidium
2c07e9cae8
(svn r23451) -Codechange: [SDL] Move 32bpp-anim palette animation to the draw thread instead of the single threaded bit of the game loop. This causes a speedup of up to 15% when animation is turned on with the 32bpp-anim blitter
2011-12-08 20:01:31 +00:00
frosch
824f27368e
(svn r23450) -Fix (r23449): Forgot unfinished languages.
2011-12-08 19:49:29 +00:00
frosch
24a8f07848
(svn r23449) -Fix (r23140): Wrong parameters in error message.
2011-12-08 19:47:45 +00:00
rubidium
e6c46d4cf4
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated blitter so changes of the palette data during the game don't influence drawing (with SDL)
2011-12-08 19:37:33 +00:00
translators
636ac3c041
(svn r23447) -Update from WebTranslator v3.0:
...
catalan - 42 changes by arnau
dutch - 1 changes by Jacco011
polish - 26 changes by matma6
brazilian_portuguese - 27 changes by Tucalipe
urdu - 150 changes by haider
2011-12-08 18:45:30 +00:00
rubidium
a531ec1899
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure
2011-12-08 18:13:29 +00:00
translators
1f42b6fc2f
(svn r23444) -Update from WebTranslator v3.0:
...
urdu - 92 changes by haider
2011-12-07 18:45:05 +00:00
frosch
8b9d2a8a47
(svn r23443) -Fix (r23413): Building of locks in SE failed.
2011-12-07 18:41:38 +00:00
rubidium
bff33e348c
(svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout into account resulting in wrong noise levels or nearests towns (patch by Zuu)
2011-12-06 21:02:57 +00:00
translators
f90dcddd3f
(svn r23440) -Update from WebTranslator v3.0:
...
estonian - 35 changes by hellohboy
french - 25 changes by glx
hungarian - 35 changes by Brumi
italian - 2 changes by lorenzodv
japanese - 4 changes by ikanotheokara
korean - 21 changes by junho2813
luxembourgish - 99 changes by Phreeze
tamil - 37 changes by aswn
urdu - 4 changes by haider
2011-12-06 18:46:15 +00:00
yexo
5677505b3f
(svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile failure in info.nut instead of printing it directly to stderr
2011-12-06 15:09:02 +00:00
translators
434e1e1639
(svn r23437) -Update from WebTranslator v3.0:
...
belarusian - 27 changes by Wowanxm
dutch - 25 changes by habell
finnish - 1 changes by jpx_
italian - 25 changes by lorenzodv
korean - 24 changes by junho2813
romanian - 22 changes by kkmic
russian - 28 changes by Lone_Wolf, akasoft
tamil - 29 changes by aswn
vietnamese - 5 changes by nglekhoi
2011-12-05 18:46:07 +00:00
rubidium
db41e1751a
(svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the windows palette went wrong
2011-12-04 19:07:24 +00:00
translators
a1f1ae6c22
(svn r23432) -Update from WebTranslator v3.0:
...
croatian - 27 changes by VoyagerOne
english_US - 25 changes by Rubidium
finnish - 27 changes by jpx_
german - 25 changes by planetmaker
korean - 1 changes by junho2813
romanian - 5 changes by kkmic
spanish - 25 changes by Terkhen
swedish - 27 changes by Zuu
tamil - 90 changes by aswn
2011-12-04 18:45:55 +00:00
truebrain
c43cdbfc75
(svn r23431) -Fix: typo in @param variable
2011-12-04 15:48:15 +00:00
glx
a7cde1ebb1
(svn r23430) -Fix (r23219): also consider the old directories when playing a song
2011-12-04 14:17:51 +00:00
rubidium
8576d825c7
(svn r23429) -Fix [FS#4842]: prevent windows to be resized beyond the bounds of the (main) window
2011-12-04 14:00:23 +00:00
michi_cc
dc3bd6020e
(svn r23428) -Fix (r23415): Initial size of the infrastructure details windows was sometimes too small.
2011-12-04 13:27:24 +00:00
frosch
ac150080de
(svn r23427) -Fix: Do not load screen resolution and other basic stuff after bootstrap is finished. It was already loaded before, and might got changed already.
2011-12-04 13:21:51 +00:00
alberth
7e02f9072b
(svn r23426) -Change [FS#4685] (r23423): Put currency window above game options.
2011-12-04 12:11:27 +00:00
frosch
91f577da3c
(svn r23424) -Change: Make the company GUI somewhat smaller if there are no shareholders.
2011-12-04 11:59:08 +00:00
alberth
41730e91bf
(svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal priority.
2011-12-04 11:58:56 +00:00
rubidium
b92c6ae0b7
(svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't applied correctly anymore as the configuration file is loaded after the first NewGRF scan
2011-12-04 11:18:43 +00:00
alberth
6baa785b5f
(svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well.
2011-12-04 10:52:08 +00:00
frosch
030483495b
(svn r23420) -Change: Put the manager name directly under the picture instead of vertically centering it.
2011-12-04 10:47:57 +00:00
rubidium
ac1e1e3a3f
(svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it didn't scale properly to 'GUI' scale
2011-12-04 09:15:13 +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
rubidium
0e5ade0907
(svn r23417) -Fix: wrong argument to printf
2011-12-03 23:47:42 +00:00
michi_cc
351da038eb
(svn r23416) -Add: [NoAI] API for querying infrastructure costs.
2011-12-03 23:40:57 +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
29fae5aaaf
(svn r23408) -Feature: Allow to create subsidies for any combination of source and destination types.
...
-Change: Do not rely in TownEffects for awarding subsidies.
2011-12-03 22:26:30 +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
ad555a4cb2
(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.
2011-12-03 22:22:25 +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
terkhen
03db6e6df1
(svn r23404) -Add: Tilematrix structure (michi_cc).
2011-12-03 22:19:09 +00:00
terkhen
fa210ceace
(svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc)
2011-12-03 20:19:33 +00:00
translators
f41586224f
(svn r23401) -Update from WebTranslator v3.0:
...
korean - 1 changes by junho2813
serbian - 17 changes by etran
2011-12-03 18:45:12 +00:00
planetmaker
5665252eff
(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases
2011-12-03 14:45:02 +00:00
truebrain
36ca7fea79
(svn r23399) -Fix (r23362): a randomizer should return a random value, not always the first
2011-12-02 23:40:32 +00:00
truebrain
a9531da713
(svn r23398) -Fix: the AIEvent.ET_COMPANY_NEW was only triggered if a company named itself, which seems like a very odd place to do so. Trigger it when the company is created instead
2011-12-02 23:40:24 +00:00
truebrain
974f1ee8d1
(svn r23397) -Change: remove the AI_ prefix from all AIEvent enums
2011-12-02 23:40:16 +00:00
truebrain
c3ae66089a
(svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, causing funny results in some corner cases
2011-12-02 23:40:09 +00:00
translators
a43428dfe4
(svn r23394) -Update from WebTranslator v3.0:
...
german - 2 changes by planetmaker
italian - 2 changes by lorenzodv
russian - 2 changes by Lone_Wolf
spanish - 2 changes by Terkhen
2011-12-02 18:45:23 +00:00
yexo
523d781cbc
(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows
2011-12-02 11:48:54 +00:00
yexo
b78549d43b
(svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it didn't work
2011-12-01 22:23:13 +00:00
rubidium
d765d3ac2e
(svn r23391) -Feature: [NewGRF] Allow translating multiple languages with Action 13 in GRFv8
2011-12-01 19:42:51 +00:00
translators
f6b31c6bd3
(svn r23390) -Update from WebTranslator v3.0:
...
belarusian - 2 changes by Wowanxm
dutch - 2 changes by habell
english_US - 2 changes by Rubidium
finnish - 2 changes by jpx_
french - 2 changes by glx
polish - 1 changes by Spankin
2011-12-01 18:45:32 +00:00
truebrain
7a8c48ddcf
(svn r23388) -Fix: remove now unused strings from all other languages too
2011-12-01 12:04:36 +00:00
truebrain
36c06f639a
(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend
2011-12-01 12:04:22 +00:00
truebrain
ac0f5398c2
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
2011-12-01 12:04:10 +00:00
truebrain
483c8bc6d2
(svn r23385) -Fix: remove now unused strings from all other languages too
2011-12-01 12:03:54 +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
fa07d61b84
(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues
2011-12-01 12:03:20 +00:00
yexo
40437f7e16
(svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window
2011-12-01 11:57:25 +00:00
glx
fd3a27fa2e
(svn r23381) -Fix (r23380): win9x compilation
2011-11-30 20:17:27 +00:00
glx
514bc0bc81
(svn r23380) -Add: monospace font detection for win32 (also ignore duplicates)
2011-11-30 17:05:14 +00:00
truebrain
c34ccfa205
(svn r23378) -Fix: set SVN properties correctly
2011-11-30 14:02:15 +00:00
rubidium
cb8eef45c9
(svn r23377) -Fix: compilation failure when networking is disabled
2011-11-30 06:20:14 +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
c641efc387
(svn r23375) -Change: that name I haven't used for several years. Let it die out now finally, please?
2011-11-29 23:47:49 +00:00
truebrain
0c83901a2b
(svn r23374) -Add: Doxygen files for the NoAI API (Yexo)
2011-11-29 23:31:55 +00:00
truebrain
bef1451f18
(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template
2011-11-29 23:29:20 +00:00
truebrain
6ba935b347
(svn r23372) -Move: move squirrel export script to script/api/
2011-11-29 23:29:12 +00:00
truebrain
967d3baf04
(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API
2011-11-29 23:27:34 +00:00
truebrain
8d2df694a1
(svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions
2011-11-29 23:27:26 +00:00
truebrain
d319ccec27
(svn r23369) -Codechange: use script includes when possible, not ai includes
2011-11-29 23:27:17 +00:00
truebrain
275670b55d
(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore
2011-11-29 23:27:08 +00:00
truebrain
fe41ceb477
(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller
2011-11-29 23:27:01 +00:00
truebrain
bfbadccf69
(svn r23366) -Codechange: move most of the Dummy code to script/, unifying it
2011-11-29 23:26:52 +00:00
truebrain
7050650354
(svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values)
2011-11-29 23:26:44 +00:00
truebrain
e7c77353ce
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
2011-11-29 23:26:35 +00:00
truebrain
8f75bcd81b
(svn r23363) -Documentation: document a tiny bit better what is in variables
2011-11-29 23:21:59 +00:00
truebrain
906045c457
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary
2011-11-29 23:21:52 +00:00
truebrain
ff5775638c
(svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own
2011-11-29 23:21:42 +00:00
truebrain
a3768b109b
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances
2011-11-29 23:21:33 +00:00
truebrain
6f874962cd
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file)
2011-11-29 23:21:24 +00:00
truebrain
1e13fa3dee
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file)
2011-11-29 23:21:13 +00:00
truebrain
b4112dcf8e
(svn r23357) -Codechange: move AIStorage to ScriptStorage
2011-11-29 23:21:04 +00:00
truebrain
0fbe10a2e3
(svn r23356) -Fix: some OSX versions have ScriptOrder defined
2011-11-29 23:15:48 +00:00
truebrain
af1b3cc070
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
2011-11-29 23:15:35 +00:00
truebrain
eab012ec8b
(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium)
2011-11-29 23:07:38 +00:00
truebrain
da6a9704cf
(svn r23353) -Fix (r23350): somehow one file slipped through as unmodified
2011-11-29 22:30:41 +00:00
truebrain
1ced96bb3c
(svn r23352) -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel
2011-11-29 22:24:30 +00:00
truebrain
cb76833b6c
(svn r23351) -Add: generate the correct API type when creating Squirrel glue (Rubidium)
2011-11-29 22:24:04 +00:00
truebrain
d413dcabbf
(svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium)
2011-11-29 22:23:33 +00:00
truebrain
32c53a6812
(svn r23349) -Fix (r23210): one remaining unneeded GetClassName
2011-11-29 22:23:04 +00:00
rubidium
48f7492434
(svn r23348) -Fix [FS#4679]: make signal removal behaviour work the same regardless of autofill, i.e. always removal all signals instead those at the signal interval
2011-11-29 21:09:58 +00:00
translators
cc5ec5eef7
(svn r23347) -Update from WebTranslator v3.0:
...
arabic_egypt - 72 changes by kasakg
dutch - 8 changes by habell
portuguese - 24 changes by JayCity
romanian - 41 changes by kkmic
russian - 1 changes by Lone_Wolf
2011-11-29 18:45:24 +00:00
translators
f236b1cceb
(svn r23346) -Update from WebTranslator v3.0:
...
swedish - 8 changes by Zuu
2011-11-28 18:45:07 +00:00
rubidium
5008878879
(svn r23345) -Fix: gender where no gender can exist
2011-11-27 19:22:42 +00:00
translators
201a4775c7
(svn r23344) -Update from WebTranslator v3.0:
...
croatian - 8 changes by VoyagerOne
korean - 16 changes by junho2813
polish - 36 changes by matma6, xaxa
brazilian_portuguese - 83 changes by Tucalipe
romanian - 25 changes by kkmic
2011-11-27 18:45:26 +00:00
frosch
4b0b43da2e
(svn r23343) -Fix (r23332): Incorrect encoding of sprites with much transparency.
2011-11-27 14:53:05 +00:00