This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-29 23:24:31 +01:00
Code
Issues
Releases
Wiki
Activity
Files
ad9a4b953e5ffdd395218582c76901e0a9d7f1ee
OpenTTD
/
src
/
script
History
rubidium
73df2c7a25
(svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'.
2009-12-06 20:22:21 +00:00
..
fake_squirrel_types.hpp
…
script_info.cpp
…
script_info.hpp
(svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'.
2009-12-06 20:22:21 +00:00
script_scanner.cpp
…
script_scanner.hpp
…
squirrel_class.hpp
…
squirrel_helper_type.hpp
…
squirrel_helper.hpp
(svn r17963) -Codechange: some documentation style
2009-11-03 17:30:08 +00:00
squirrel_std.cpp
…
squirrel_std.hpp
…
squirrel.cpp
(svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried
2009-11-11 18:13:17 +00:00
squirrel.hpp
…