Commit Graph

38 Commits (5cab5203f51a5b902ec2c70854350d75c74daf6d)

Author SHA1 Message Date
yexo 45c46ce522 (svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash 14 years ago
rubidium 489c169291 (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2 14 years ago
yexo 1e2733d2ac (svn r19166) -Change: don't print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead 15 years ago
frosch a2d9e85336 (svn r18832) -Fix: some indentation whitespace. 15 years ago
rubidium 36df94ddb0 (svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. 15 years ago
rubidium 687d0739ee (svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4
-Revert (r17273): this fix is included in Squirrel 2.2.4
15 years ago
rubidium a2a336b585 (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 15 years ago
rubidium a6eb65c06b (svn r18024) -Fix (r17217): missing ( 15 years ago
smatz c82d2a1fa6 (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 15 years ago
rubidium 982b8ee5fc (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rubidium 79f6fde5bf (svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes. 15 years ago
yexo f38bb4cdb5 (svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop warning about them 15 years ago
yexo f922a7ca8e (svn r17498) -Add [NoAI]: Enable the squirrel std math library 15 years ago
rubidium 791a308730 (svn r17403) -Fix [Squirrel]: guard against squirrel stack overflows; if assert is enabled assert (catch possible overflow bugs in nightlies/RCs), otherwise just increase the stack's size (don't get into invalid reads/writes in releases) 15 years ago
rubidium aa67dd87c6 (svn r17284) -Fix [Squirrel]: stack was not always cleared properly with tail recursion 15 years ago
yexo 650f36c08c (svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code 15 years ago
yexo fe4f55d0a4 (svn r17282) -Fix (r17195): the squirrel documentation files were not updated 15 years ago
yexo f66041e3c8 (svn r17273) -Fix [Squirrel]: calling a function that has default parameters with not enough parameters can cause a crash 15 years ago
rubidium be9033295e (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory. 15 years ago
rubidium 5efd5f1f68 (svn r17243) -Fix (r17216): undo 'damage' by svn:keywords 15 years ago
yexo 6b0520b3b4 (svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects incorrectly but crash the AI instead 15 years ago
yexo c22f60c812 (svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand / Sleep instead of just printing an error message in the AI Debug Window 15 years ago
glx ae691ae28b (svn r17218) -Fix (r17216): missing '(' causing compile error 15 years ago
rubidium 2568643418 (svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikes 15 years ago
rubidium 5e40d05c51 (svn r17216) -Update: MiniLZO from 1.08 to 2.03. 15 years ago
rubidium 48e1a54c58 (svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there 15 years ago
yexo 2b2093a469 (svn r17195) -Update: squirrel to 2.2.3 stable 15 years ago
yexo 76b077ce25 (svn r16534) -Fix [Squirrel] [FS#2942]: fix crash that occured when an AI was halted while one or more generators were still in a 'running' state 15 years ago
yexo 1c754c75d6 (svn r16532) -Fix [Squirrel]: Don't copy an object when we just checked that the pointer to it is NULL 15 years ago
yexo 1df82e9702 (svn r16509) -Fix (r16502): All Sleep/DoCommand calls failed instead of only those via a call/acall/pcall function 15 years ago
yexo 62a698df32 (svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function called (indirectly) via call/acall/pcall OpenTTD crashed. Fix this by disallowing AIs to be suspended while called via call/acall/pcall.
IMPORTANT FOR AI WRITERS: AIs can no longer call any DoCommand functions (change anything, build vehicles, etc.) in a function called (indirectly) via call/acall/pcall. Where possible, please rewrite your code so it doesn't use call/acall/pcall
15 years ago
yexo 5357fa2467 (svn r16454) -Fix (r16181, r16241): fix the try/catch bug fixed in r16181 and reintroduced in r16241 again, this time without breaking the regression test. 15 years ago
rubidium d39f442bd0 (svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED) 15 years ago
rubidium 2832d69272 (svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts. 15 years ago
rubidium 7ffb421add (svn r16241) -Fix (r16181): regression failing due to wrongly initialised amount of traps 15 years ago
yexo 931e719ec7 (svn r16181) -Fix [Squirrel]: the traps variable wasn't restored, causing try/catch blocks to be 'forgotten' during a suspend. 15 years ago
yexo 03bb87c6b8 (svn r15659) -Fix [Squirrel]: The garbage collection would sometimes loop (2^32 - small_value) times instead of only small_value times. 16 years ago
rubidium a9dd6dc2f5 (svn r15578) -Change: unexternalise squirrel. 16 years ago