Age | Commit message (Expand) | Author |
2014-10-12 | (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm... | rubidium |
2014-09-19 | (svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and esp... | rubidium |
2014-09-17 | (svn r26845) -Fix [Squirrel]: more uninitialized variables in constructors | rubidium |
2014-09-17 | (svn r26844) -Fix: clang compile error | rubidium |
2014-09-16 | (svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised in... | rubidium |
2014-09-16 | (svn r26841) -Codechange [Squirrel]: move the actual initialisation of instan... | rubidium |
2014-09-16 | (svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedState | rubidium |
2014-09-16 | (svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs ... | rubidium |
2014-09-16 | (svn r26838) -Fix (r26831): attempt to make MSVC like the code again | rubidium |
2014-09-16 | (svn r26837) -Fix [Squirrel]: remove some pointless assignments | rubidium |
2014-09-16 | (svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there... | rubidium |
2014-09-16 | (svn r26835) -Fix [Squirrel]: remove dead code from the lexer | rubidium |
2014-09-16 | (svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving co... | rubidium |
2014-09-16 | (svn r26833) -Fix [Squirrel]: remove a few bits of dead code | rubidium |
2014-09-16 | (svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is ... | rubidium |
2014-09-16 | (svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switch | rubidium |
2014-09-07 | (svn r26784) -Codechange [Squirrel]: use WChar for the lexer | rubidium |
2014-09-06 | (svn r26783) -Fix (r26781): removed one include too many | rubidium |
2014-09-06 | (svn r26781) -Codechange [Squirrel]: remove includes/definitions that are alr... | rubidium |
2014-09-06 | (svn r26780) -Cleanup: remove unused SQUIRREL_API macro | rubidium |
2014-09-06 | (svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be e... | rubidium |
2014-09-06 | (svn r26778) -Codechange: remove pointless rsl macro | rubidium |
2014-09-06 | (svn r26777) -Codechange: use safe string functions in squirrel code as well,... | rubidium |
2014-09-06 | (svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper de... | rubidium |
2014-09-06 | (svn r26774) -Cleanup [Squirrel]: remove _SC macro | rubidium |
2014-09-06 | (svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE define | rubidium |
2014-09-06 | (svn r26770) -Fix [Squirrel]: in case SQChar is a char (previously everything... | rubidium |
2014-09-06 | (svn r26769) -Codechange [Squirrel]: remove the difference between some platf... | rubidium |
2014-08-31 | (svn r26764) -Fix: Buffer overrun in SQCompiler::Error. (kalenz) | frosch |
2014-05-24 | (svn r26609) -Fix: compile warnings on MSVC for 32 bits builds due to assigni... | rubidium |
2014-05-11 | (svn r26584) -Codechange: [Squirrel] Make the internal integer for scripts al... | rubidium |
2013-07-11 | (svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error,... | rubidium |
2013-07-04 | (svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing da... | rubidium |
2013-02-05 | (svn r24970) -Fix [FS#5346]: crash when infinite loop occured during loading ... | rubidium |
2013-01-20 | (svn r24928) -Fix [FS#5408]: [Squirrel] Update line information before proces... | frosch |
2012-04-18 | (svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array ... | rubidium |
2012-02-17 | (svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn... | rubidium |
2012-01-29 | (svn r23870) -Fix [FS#5004]: scripts with a bad comparator could lock up OpenTTD | rubidium |
2012-01-15 | (svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machi... | yexo |
2011-12-20 | (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o... | truebrain |
2011-12-11 | (svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp me... | yexo |
2011-12-01 | (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, i... | truebrain |
2011-11-12 | (svn r23194) -Codechange: don't cast away const needlessly | rubidium |
2011-11-11 | (svn r23190) -Fix: compile error due to Squirrel define messing up another in... | rubidium |
2011-11-10 | (svn r23187) -Fix (r23186): MSVC allowed non-const where const was mandatory | yexo |
2011-11-10 | (svn r23186) -Fix [FS#4830]: [Squirrel] replace custom qsort by std::sort to ... | yexo |
2011-05-25 | (svn r22490) -Fix [FS#4623]: [Squirrel] Fix compilation under MinGW-w64. (JGR) | terkhen |
2011-05-21 | (svn r22481) -Fix: compilation with recent GCC | smatz |
2011-02-11 | (svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the... | yexo |
2010-07-16 | (svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference... | rubidium |