DEADSOFTWARE

tools: fix build with sdl2
[d2df-sdl.git] / src / engine /
2017-09-03 Ketmar Darkcosmetix
2017-09-03 Ketmar Darkgame should write stack trace on exceptions now
2017-09-01 Ketmar Darkrestarting the same map will not reload textures (yay...
2017-08-30 Ketmar Darkrelaxed map reader, so "bloodlust", for example, is...
2017-08-30 Ketmar Darkno more old mapreader: use textmap reader both for...
2017-08-29 Ketmar Darkthe game is able to read text maps now (WARNING! the...
2017-08-27 Ketmar Darkpanel outlines in Holmes
2017-08-27 Ketmar DarkHolmes should eat player keys now
2017-08-27 Ketmar Darkdarken title/game instead of lighten
2017-08-24 Ketmar Darkadded "--safe-log" cli arg: log writer will be slower...
2017-08-24 Ketmar Darkadded `utils.formatstrf()`; added `e_LogWritefln()...
2017-08-23 Ketmar Darkremoved all mentions of dynaabb tree from the sources...
2017-08-20 fgsfdsreplaced e_fixedbuffer with e_msg
2017-08-18 Ketmar Darkpointer taking is typed now (it is safer this way)
2017-08-18 Ketmar Darkchanged mode from DELPHI to OBJFPC (with heavy customiz...
2017-08-17 Ketmar Darkmoved compiler options to shared/a_modes.inc; turned...
2017-08-16 Ketmar Darkcompatibility with older FPC
2017-08-16 Ketmar Darkadded common file with compiler flags; cosmetic fix...
2017-08-16 Ketmar Darkcosmetix
2017-08-01 fgsfdsfixed pointer arithmetics; headless uses dummy audio...
2017-07-30 DeaDDooMERNativeInt -> NativeUInt for pointers
2017-07-30 DeaDDooMERFix access violation on x86_64
2017-06-05 FGSFDSFGSfixed strafe button crash; fixed analog triggers
2017-06-02 Ketmar Darkfixed ancient typo
2016-06-21 Ketmar DarkMerge branch 'master' of ssh://repo.or.cz/d2df-sdl
2016-06-20 binarymasterEngine/Log: Fix typo
2016-04-25 Ketmar Darkfixed npot textures rendering
2016-04-25 Ketmar Darkadded license info
2016-04-24 Ketmar Darkcosmetix fix in screenshot writer
2016-04-24 Ketmar Darkadded `Game.FastScreenshots` options; slow screenshots...
2016-04-24 Ketmar Darkanimated textures loader simplified alot
2016-04-24 Ketmar Darkanimated images from gif/apng
2016-04-23 Ketmar Darkconlog: windoze crlf fix
2016-04-23 Ketmar Darklog messages now written to console too
2016-04-22 Ketmar Darkadded Vampyre Imaging Library; now textures can be...
2016-04-18 Ketmar Darknetwork: fixed server pings
2016-04-18 Ketmar Darkscreenshots now in PNG format
2016-04-18 Ketmar Darkput "{$MODE ...}" directive in each source file; remove...
2016-04-17 Ketmar Darkscreenshits works again
2016-04-17 Ketmar Darkdie, warning, die!
2016-04-15 FGSFDSFGSadded headless mode
2016-04-15 Ketmar Darkchanged network "info" packet to include protocol versi...
2016-04-15 Ketmar Darkignore more log writing/creating errors
2016-04-15 Ketmar Darkdo not fail on log writing errors
2016-04-07 Ketmar Darksdlmixer: added hidden config options to setup sampling...
2016-04-07 Ketmar Darkeven more useless logs
2016-04-07 Ketmar Darksdlmixer: even more interesting info in logs
2016-04-07 Ketmar Darksdlmixer: use 44100, and let mixer decide
2016-04-07 Ketmar Darksdlmixer: report Mix_QuerySpec results
2016-04-07 Ketmar Darkcosmetix in targa loader
2016-04-07 Ketmar Darkcosmetic fix in fmod sound driver
2016-04-07 Ketmar Darkrestored fmod sound driver
2016-04-07 Ketmar Darkfixed music (all sounds, actually) muting after exiting...
2016-04-07 Ketmar Darkremoved warning
2016-04-07 Ketmar Darkmore sound fixes: it can leak now, but at least it...
2016-04-07 Ketmar Darksdl mixer: initializing all possible engines
2016-04-07 Ketmar DarkNPOT *REALLY* fixed this time; also, added menu option
2016-04-07 Ketmar Darkfixed npot textures
2016-04-07 Ketmar Darkincreased SDL sound buffer
2016-04-07 Ketmar Darksdl sound: now it seems to work (much better, lol)
2016-04-06 Ketmar Darkremoved redunant path specifications in e_sound.pas
2016-04-06 Ketmar Darkfixed some warnings
2016-04-06 Ketmar Darkfmod -> sdl2 mixer, first part: we have music now;...
2016-04-06 Ketmar Darkfmod -> sdl2 mixer, first part: we have sounds now...
2016-04-06 Ketmar Darkkeypad now works in menus
2016-04-06 Ketmar DarkNPOT textures fix
2016-04-06 FGSFDSFGSfixed cheats and YN prompts
2016-04-06 FGSFDSFGSmoved to SDL2
2016-04-06 Ketmar Darkremoved trailing spaces all over the source
2016-04-05 Ketmar Darkwarnings for -O3
2016-04-05 FGSFDSFGSinitial commit: