planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
d5ed1d7be9
|
(svn r24807) -Add [FS#2820]: Enable usage of 'companies' console command also in singleplayer.
|
2012-12-09 16:53:41 +00:00 |
|
frosch
|
7783f90a3b
|
(svn r24722) -Add: Display unique ID and md5sum in console content info.
|
2012-11-13 21:46:09 +00:00 |
|
rubidium
|
3481ca0f57
|
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
|
2012-01-03 21:47:01 +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
|
231a407eb8
|
(svn r23680) -Fix [FS#4915]: prevent removal of the (AI) company the local player is in
|
2011-12-28 17:33:12 +00:00 |
|
truebrain
|
3399420e87
|
(svn r23647) -Add: add rescan_game as console command (patch by Xaroth)
|
2011-12-21 12:25:17 +00:00 |
|
truebrain
|
ff7797c421
|
(svn r23612) -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library)
|
2011-12-19 20:56:59 +00:00 |
|
truebrain
|
17fea560ba
|
(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
|
2011-12-19 20:55:56 +00:00 |
|
truebrain
|
14325e2391
|
(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from that directory
|
2011-12-19 20:54:37 +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 |
|
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
|
e7c77353ce
|
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
|
2011-11-29 23:26:35 +00:00 |
|
rubidium
|
6f1bd8f8c9
|
(svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not two words "CamelCased" after eachother
|
2011-11-15 19:40:42 +00:00 |
|
rubidium
|
023d530ead
|
(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum
|
2011-11-14 21:40:39 +00:00 |
|
rubidium
|
4d281cce97
|
(svn r23217) -Codechange: introduce the concept of scanning only in a limited set of sub directories
|
2011-11-14 21:30:37 +00:00 |
|
rubidium
|
7005bb694c
|
(svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that
|
2011-10-15 20:42:32 +00:00 |
|
rubidium
|
fea42cd52b
|
(svn r22829) -Codechange: unify the dirtying of windows after an AI scan
|
2011-08-24 16:38:09 +00:00 |
|
rubidium
|
54f52a26a4
|
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
|
2011-08-21 12:51:18 +00:00 |
|
rubidium
|
afe407322d
|
(svn r22771) -Codechange: unify some NewGRFScan calling code
|
2011-08-20 17:46:03 +00:00 |
|
frosch
|
30c413c399
|
(svn r22738) -Fix [FS#4722] (r21854): Setting company passwords via the GUI on servers (including starting a company with the default password) failed, so no client could join.
|
2011-08-13 08:32:55 +00:00 |
|
frosch
|
1322d59aaa
|
(svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data values for Window::OnInvalidateData() of windows with class WC_GAME_OPTIONS.
|
2011-07-02 12:49:44 +00:00 |
|
alberth
|
cae2d84af3
|
(svn r22512) -Add: Save heightmap.
|
2011-05-28 13:55:34 +00:00 |
|
rubidium
|
6f9553404b
|
(svn r22414) -Fix [FS#4606]: kicking thyself via remote console crashes the server
|
2011-05-03 15:05:15 +00:00 |
|
rubidium
|
c4af57ad3b
|
(svn r22365) -Codechange: add overload of NetworkServerKickOrBanIP using the ClientID, which later resolves the IP address to ban. This to consolidate the knowledge about resolving IP addresses
|
2011-04-22 15:59:32 +00:00 |
|
rubidium
|
0a7dcc9781
|
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
|
2011-04-22 15:54:16 +00:00 |
|
planetmaker
|
476d1591b6
|
(svn r22322) -Fix [FS#4593]: Obey the law of conservation of parantheses in the console help
|
2011-04-15 06:20:01 +00:00 |
|
planetmaker
|
6d031d0867
|
(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
|
2011-02-14 19:52:26 +00:00 |
|
rubidium
|
ac28a10197
|
(svn r22063) -Change: make the "has network" check also check whether the client is actually fully connected
|
2011-02-11 22:10:10 +00:00 |
|
frosch
|
447f3dbe2c
|
(svn r21975) -Add: console command to reset the engine pool. It removes the traces of engines which are no longer associated to a NewGRF, and can be used to e.g. 'fix' scenarios which were screwed up by the author. You can only use it when there are no vehicles in the game though.
|
2011-02-05 16:07:23 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
fcdbc98c7b
|
(svn r21855) -Feature [FS#4368]: [Network] Console command to change the password of other companies for servers (dihedral)
|
2011-01-19 16:52:57 +00:00 |
|
rubidium
|
f1e42dc23b
|
(svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)
|
2011-01-19 16:47:40 +00:00 |
|
smatz
|
6d9789fed8
|
(svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead
|
2011-01-15 15:51:16 +00:00 |
|
yexo
|
57f969de2b
|
(svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list of recognized AI libraries (dihedral)
|
2011-01-03 14:52:30 +00:00 |
|
rubidium
|
94ced36be7
|
(svn r21702) -Fix: make sure the colour argument of echoc is properly validated to be a text colour
|
2011-01-03 12:04:53 +00:00 |
|
rubidium
|
692e61d1dc
|
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts
|
2011-01-03 12:01:41 +00:00 |
|
smatz
|
03ad8ae5ea
|
(svn r21692) -Cleanup: remove unused extern declaration of HashCurrentCompanyPassword(), make it static
|
2011-01-01 21:39:52 +00:00 |
|
rubidium
|
846721b375
|
(svn r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs
|
2010-11-18 23:31:06 +00:00 |
|
rubidium
|
59b6c9a85e
|
(svn r21248) -Codechange: don't run the tar scanner twice upon startup
|
2010-11-18 22:27:15 +00:00 |
|
rubidium
|
cc5fd40a74
|
(svn r21246) -Fix: upon rescanning AIs the new AIs would (after some time) show up in the AI list but you could not select all
|
2010-11-18 22:24:10 +00:00 |
|
rubidium
|
6fde250741
|
(svn r21050) -Fix (r20515): ignore underscores as well for help messages
|
2010-10-27 20:52:43 +00:00 |
|
rubidium
|
a7c0820d4e
|
(svn r20974) -Add: remote console (rcon) for remote admins (dihedral)
|
2010-10-17 17:41:52 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
8a9929d702
|
(svn r20542) -Codechange: generalise the setting of "p2" to the ClientID.
|
2010-08-18 17:06:45 +00:00 |
|
rubidium
|
4ca2c440cd
|
(svn r20515) -Feature: ignore _ in console command names so there is no "inconsistent" behaviour w.r.t. underscores anymore without breaking backwards compatability greatly
|
2010-08-16 15:18:21 +00:00 |
|
frosch
|
0d3c5de4e8
|
(svn r20512) -Fix [FS#4036]: Generation seed is unsigned.
|
2010-08-16 09:44:05 +00:00 |
|
michi_cc
|
38d9d87434
|
(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi)
|
2010-08-15 23:32:36 +00:00 |
|
yexo
|
939abcc07c
|
(svn r20344) -Feature: add rescan_newgrf console command
|
2010-08-03 12:54:19 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|