Commit Graph

2420 Commits (02472528ad792238f03d28e907115030227bc5bc)
 

Author SHA1 Message Date
Darkvater 02472528ad (svn r2945) Add 'del' alias to rm console command 19 years ago
Darkvater c5fa3848f6 (svn r2944) Add Revision keyword to the file for --version/-v 19 years ago
Darkvater 802edd7f0d (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Remove release build of strgen, since it is never used.
Add current ottd version to resource file. Don't forget to update when we make a release :)
19 years ago
tron aa08027ab3 (svn r2942) Staticise some functions 19 years ago
tron e78d41bbb2 (svn r2941) -Feature: Implement the console command rm to remove savegames 19 years ago
Darkvater ffd044c5e8 (svn r2940) (Internal) Remove the need for the 'tmp' variable for _sl.buf, instead operate on _sl.buf_ori which is not changed for init/deinit. 19 years ago
Darkvater b0ddaae4af (svn r2939) Fix racing condition when using threaded saving (last one I hope).
When game is saved and you save again you get an error message (not when autosaving) and it's aborted. When a game is loaded in the meanwhile execution pauses until saving thread finishes.
19 years ago
tron 08e0769967 (svn r2938) -Fix: Exit the child of the extmidi backend with _exit() instead of exit(), because we don't want any atexit handlers - especially flushing output streams - to run, if exec() fails
Half a credit is due to Darkvater (;
19 years ago
tron 8894b930ae (svn r2937) Add sprites for {, |, } and ~ 19 years ago
tron edb56c2c46 (svn r2936) Move string commands to a non-printable range and remove stale comments 19 years ago
miham 2c89b0f539 (svn r2935) [Translations] Fixed up static strings for various languages (Tron) 19 years ago
tron 287684e953 (svn r2934) Remove the {STATIONFEATURES} tag from the tiny station label - there are no tiny transport marker sprites 19 years ago
tron 9de2c05c56 (svn r2933) Implement the non-breaking space 19 years ago
tron 0fe36a6900 (svn r2932) Give the strings consisting of an up/a down arrow symbolic names 19 years ago
miham 04f051e423 (svn r2931) [Translations] introduced some minimal caseing in hungarian language (miham) 19 years ago
miham 2e0e932e9d (svn r2930) [Translations] Updated estonian (tron) 19 years ago
matthijs cd54bf48d1 (svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanceTrack.
* Make NPFDistanceTrack return the distance multiplied by NPF_TILE_LENGTH to prevent rounding
  This should make ship and train pathfinding more accurate and faster.
* Update IsEndOfLine to prevent trains from trying to go off a slope onto a tunnel entrance.
19 years ago
orudge a744b15907 (svn r2928) - Update OS/2 project with AI file changes 19 years ago
tron b45ab0fab4 (svn r2927) Fix/remove stale information, line breaks, inform FreeBSD users about the required ports 19 years ago
tron 4b59946ffe (svn r2926) -Fix: Use the same file slots in both initialisation stages when loading a patch grf 19 years ago
Darkvater 5d3f87bcd8 (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch]) 19 years ago
tron 45ca3b6336 (svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h 19 years ago
Darkvater d73d12ae8a (svn r2923) Update project files for VS2003 and VS6 (rev2921) 19 years ago
Darkvater 73662f2fcb (svn r2922) Fix crash with directmusic if no music files could be found to play 19 years ago
truelight 991d5c6234 (svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)
-Fix: removed the ability for the oldAI to cheat (this will criple him somewhat)
-Add: base-code for many improvements to come in the AI-system
-Add: added base-code for multiplayer AIs (DOES NOT WORK YET!)
19 years ago
tron e39bf0dc34 (svn r2920) Remove mindless translation 19 years ago
tron 8328bff7bf (svn r2919) Set correct plural type 19 years ago
tron 01d83166c7 (svn r2918) Fix some broken strings 19 years ago
tron 948e470b3a (svn r2917) Some mechanical changes (s/COMMA16/COMMA/ etc.) 19 years ago
tron 2bc18c456f (svn r2916) Remove untranslated strings, revert wrong change, readd newline at the end of file in the danish translation and remove a broken string from the finnish translation 19 years ago
miham 5b0a5c70a9 (svn r2915) [Translations] Updated danish.txt (Got) 19 years ago
miham 9a2ee23c98 (svn r2914) [Translations] Updated american and german language (Tron) 19 years ago
miham e2000ab858 (svn r2913) [Translations] Updating translations to 2005-09-05 {@793} (4 langs changed) 19 years ago
bjarni 864cb3fa11 (svn r2912) -Fix: [autorenew]: fixed issue where autorenewed vehicles didn't get all stats updated (peter1138) 19 years ago
tron 3ace3769c9 (svn r2911) Deinitialise the DirectMusic driver like it's done in the example code in MSDN, this should fix a strange crash upon deinitialising wave out sound 19 years ago
miham 3dd2dab7e9 (svn r2910) [Translations] Updating translations to 2005-09-03 {@561} (8 langs changed) 19 years ago
Darkvater 828e7ed3e7 (svn r2909) Game would hang where the autosave_on_exit was activated.
- Updated VS.NET and VS6 project files changed AI files
19 years ago
Darkvater 92270500e9 (svn r2908) If threaded saving fails or does not happen, sending subsequent messages might hang ottd. So don't send them :) 19 years ago
truelight d05f504c01 (svn r2907) -Codechange: splitted the AIs to their own directory. AINew becomes 'trolly', AIOld becomes 'default', both in their own dir in the 'ai' dir. More AIs to come. 19 years ago
Darkvater a181446829 (svn r2906) Fix some threaded saving problems. Now the thread only interfaces with the main program through a sort of mutex. Communication uses the function OTTD_SendThreadMessage() with the approiate message which is handled in ProcessSentMessage() during the main loop. 19 years ago
Darkvater ae356b641d (svn r2905) fix casing 19 years ago
Darkvater 6a69687ea1 (svn r2904) Stupid editors, and renaming files with the same name just different casing is not really possible, so here comes another commit 19 years ago
Darkvater 3fb5aa8e23 (svn r2903) Fix case mismatch for ottdmidi java file (moebius) 19 years ago
miham 9d8a39a3f6 (svn r2902) [Translations] Updated finnish.txt (ln-) 19 years ago
Darkvater 74f0c8b55a (svn r2901) Refix 'replace window' with wrong string-etc. coordinates. Also clean up, and make window-title a bit more meaningful (specify vehicle type replaced) 19 years ago
tron a02ee8ffda (svn r2900) Fix a bug, which incremented the counter of a loop twice and therefore calculated wrong argument indices 19 years ago
tron d975abc96c (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows in the network code 19 years ago
tron 70c07d13be (svn r2898) Fix typo in r2897 19 years ago
tron abb034c2cd (svn r2897) Check the return values of [cm]alloc and the length of an array, plus some smaller changes 19 years ago
tron 175b2cd12a (svn r2896) Use genders in the german translation 19 years ago