5
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix 32-bit tools build on 64-bit systems. More... almost 13 years ago
Add more suppressions for warnings caused by broken scripts. More... almost 13 years ago
Fix loading paths that contain two consecutive directory speratators. More... almost 13 years ago
Fix a memory leak in LoadInter_Ex() More... almost 13 years ago
Fix savetool and use the savegame structs form src/scene/SaveFormat.h More... almost 13 years ago
Also use error code variants for filesystem status functions and directory iterators. More... almost 13 years ago
Use exception-less boost::filesystem calls in Text.cpp; abort if the font file is not found. More... almost 13 years ago
Enable exceptions again in the gcc build (for now) as the boost headers need them. More... almost 13 years ago
Add a message to teh time >= oldTime assert in OpenALSource. More... almost 13 years ago
Add suppressions for scripy warnings encountered when entering the troll area. More... almost 13 years ago
Add more suppressions for script esceptions. More... almost 13 years ago
Add suppression for use of an obsolete script command. More... almost 13 years ago
Don't warn if the target in the 'sendevent' script command doesn't exist. More... almost 13 years ago
Merge branch 'case-sensitive' of github.com:lubosz/ArxFatalis into case-sensitive More... almost 13 years ago
Merge branch 'case-sensitive' of github.com:lubosz/ArxFatalis into case-sensitive More... almost 13 years ago
Disabled exception handling and RTTI More... almost 13 years ago
Fix the 'gosub' script command: there may be additional commands on the same line that need to be executed when returning. More... almost 13 years ago
Stop counting '{' and '}' for script event block end detection when there is a goto or gosub command. More... almost 13 years ago
Add more comments to script warning suppressions. More... almost 13 years ago
Removed the remaining try/catch More... almost 13 years ago
Removed redundant checks for file opening failure : is_open() || fail() More... almost 13 years ago
Use error_code version of fs::file_size() More... almost 13 years ago
Use error_code version of fs::last_write_time() More... almost 13 years ago
Removed ARX_CHANGELEVEL_CreateNewInstance() / LAST_CHINSTANCE More... almost 13 years ago
Return accept if there is no 'accept' or 'refuse' script command before the end of a script event handler block. More... almost 13 years ago
Use error_code version of fs::remove_all() More... almost 13 years ago
Use error_code version of fs::rename() More... almost 13 years ago
Use error_code version of fs::copy_file() More... almost 13 years ago
Use error_code version of boost::filesystem::create_directories() More... almost 13 years ago
Check the return value of ARX_CHANGELEVEL_Pop_IO() in _ConvertToValidIO so we don't crash when loading savegames that reference destroyed IOs. More... almost 13 years ago