aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/amigaos/amigaos-main.cpp
AgeCommit message (Collapse)Author
2019-11-10AMIGAOS4: Increase stack cookieHubert Maier
Just to be on the safe side. Right now the binary consumes roughly 700 000 bytes. Double that and add a a panic amount of roughly 50%, which leaves us at 2 MB.
2019-11-10AMIGAOS4: Clean up and increase stack cookieHubert Maier
2018-10-14BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵Thierry Crozat
instance
2016-05-13JANITORIAL: Indentation fixesEugene Sandulenko
2016-04-29Fix identation againHubert Maier
I should stop c&p'ing
2016-04-29Remove periodsHubert Maier
2016-04-29Code Formatting fixesHubert Maier
2016-04-28AMIGAOS: Preparations for use with AmiUpdateHubert Maier
Adding a bit of code to make ScummVM AmiUpdate aware. Everything else will be dealt with through a (yet to finish) AmigaOS installer script and the entries in AmiUpdate's database. I'd like to ask for hints regarding - Code Formatting - Optimizations - Comments - Obivous errors or - Ill-designed code. It's not much code, but i'm sure i still messed up glorious either way
2014-08-08AMIGAOS: Add a stack cookieraziel-
Setting up a static stack to avoid crashes from a stack set too low.
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
svn-id: r54573
2010-08-23AMIGAOS: Fix build.Alejandro Marzini
svn-id: r52303