Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-02 | WINTERMUTE: Fix Linux-build | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add TGA-support to BSurfaceSDL | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Use AdvancedDetector, and add another game. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Re-enable scaling. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add transparentSurface internally for now, to allow ↵ | Einar Johan Trøan Sømåen | |
alpha-blended blits. | |||
2012-06-02 | WINTERMUTE: Don't use unsigned datatypes in rects. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Break the binary interface, to fix another truckload of warnings. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Fix more warnings, mostly missing switch-cases. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Fix another bunch of warnings | Einar Johan Trøan Sømåen | |
Mostly SAFE_DELETE-macro removal | |||
2012-06-02 | WINTERMUTE: Fix a few more warnings | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add protected to ScValue | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Require 32bpp for now. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Solve some const-char related warnings. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Remove a few defines from wintypes.h | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Remove a few of the __WIN32__ macros. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Make Sprites draw again. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Handle a few more forbidden symbols. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Remove a few warnings. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Unify license-headers, and header-guards. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Run Astyle on code-files to reformat. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add const to even more char* (Possibly the last ones) | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add const to even more char-pointers. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add const to almost all char *Filename instances. | Einar Johan Trøan Sømåen | |
Although done semi-automatically, almost all of these accesses don't need write-access to the string, this simplifies debugging a bit, and opens the possibility of adding in Common::String as a replacement down the line. This DOES change quite a bit of code, and has regressions wrt drawing, probably some super-classes don't fully match their sub-classes wrt virtual functions any more. | |||
2012-06-02 | WINTERMUTE: Add empty virtual destructors to the Debugger-classes, to ↵ | Einar Johan Trøan Sømåen | |
silence a few warnings. | |||
2012-06-02 | WINTERMUTE: Preliminary fontwork. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Fix a few swtich-related warnings in PlatformSDL. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Fix a few warnings in BRenderSDL.h | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Disable fonts, and remove FreeType2. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Fix StringUtil::EndsWith | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Make CBSoundBuffer initialize it's SoundHandle. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Make ScEngine use Common::String to avoid some double-frees. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Fix font-related crash. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Comment out Mac OS X specific code. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Cleanup the includes in Platform SDL | Einar Johan Trøan Sømåen | |
This should remove the last SDL-include in-engine | |||
2012-06-02 | WINTERMUTE: Remove a few SDL-includes. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Initial conversion of events from SDL2->OSystem | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Make the messiest warnings warn just once. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Some refactoring in BSoundMgr. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add in basic sound-support. | Einar Johan Trøan Sømåen | |
Right now, all that is supported is triggering OGG-files, the choice of codec is hardcoded, and stopping/pausing etc isn't added in. | |||
2012-06-02 | WINTERMUTE: Add a simple alpha-hack for rendering. | Einar Johan Trøan Sømåen | |
This is not pretty, but atleast it shows the entire first screen for 'Dirty Split' drawing fine. | |||
2012-06-02 | WINTERMUTE: Make the engine atleast draw something. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Cleanup the debug-warnings a bit. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Make the mainloop run after initialization. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Start work on porting BRenderSDL away from SDL2 | Einar Johan Trøan Sømåen | |
In particular this stubs away a few troublesome SDL-calls, that stopped us from getting the engine to start right now. | |||
2012-06-02 | WINTERMUTE: Silence an error when trying to set window-title | Einar Johan Trøan Sømåen | |
Currently we don't set the window-title anyhow, so why trigger an error about the text-encoding? | |||
2012-06-02 | WINTERMUTE: Correct assumptions about PathUtil::GetExtension | Einar Johan Trøan Sømåen | |
This puts it in line with Common::lastPathComponent, i.e. not including the '.' | |||
2012-06-02 | WINTERMUTE: Make BPkgFiles use SubStreams for non-compressed files too. | Einar Johan Trøan Sømåen | |
Since we already do the assumption that we don't need to do the same package-seeks for compressed files, this assumption needs to be carried for uncompressed files too. | |||
2012-06-02 | WINTERMUTE: Make BSurfaceSDL init its filename again. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Correct the default-resolution to 640x480 | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Avoid touching SDL_Quit in-engine | Einar Johan Trøan Sømåen | |