summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-22I made changed the orthodox behavour from TempleOS to something more feasible.secretnrootconauto
2022-11-22Checks for draw window exists before doing stuff with it.nrootconauto
2022-11-22DIR.COM is now it's own program. Re-implemented BDOS calls 17/18 to work.nrootconauto
2022-11-22Ammend last commit.nrootconauto
2022-11-22Made it so 3days will default to `./T` if not t drive is specified.nrootconauto
2022-11-21Zero'd important data in 8080. Updated POOPREAD.ME.nrootconauto
2022-11-21Pushed 8080 Emualtor in `Community-Hieresis/CPM`nrootconauto
2022-11-20Waits for frame to be completed before sending an Expose.nrootconauto
2022-11-19Merge branch 'main' of git@github.com:nrootconauto/3Days.gitnrootconauto
2022-11-19Made it so scrolling doesn't mutate x/y.nrootconauto
2022-11-19Fixed issue with scaling x/y while scrolling.nrootconauto@gmail.com
2022-11-17Uses Direct2D on windows.nrootconauto@gmail.com
2022-11-17Software scaling only on windows. multic.c sets highest windows priority.nrootconauto@gmail.com
2022-11-16Have fun with your win GDI scaling. Sorrynrootconauto@gmail.com
2022-11-16Whoops,windows fallbacks to software.nrootconauto@gmail.com
2022-11-16Will fallback to software scaling if things go wrong?(on windows).nrootconauto@gmail.com
2022-11-11Will choose between software and OpenGL scaler automagically at start.nrootconauto@gmail.com
2022-11-11Merge branch 'main' of git@github.com:nrootconauto/3Days.gitnrootconauto@gmail.com
2022-11-11Made X11 cursor empty(TO show TempleOS cursor).nrootconauto@gmail.com
2022-11-10Totally gutted window's software scaling code in favor of OpenGLnrootconauto
2022-11-10Fixed a mutex issue.nrootconauto
2022-11-10Added an OpenGL scaler for X11.nrootconauto@gmail.com
2022-11-06Reworked server find feature to be "dumb".nrootconauto@gmail.com
2022-11-05Added -static to Makefile.WIN,thanks to sachi.nrootconauto@gmail.com
2022-11-05Removed Awaken from multic.cnrootconauto@gmail.com
2022-11-05IsValidPtr tells you where you got an Out-Of-Bounds.nrootconauto@gmail.com
2022-11-03Re-enabled Bounds checker. FUF_Z_OR_NOT_Z is now de-facto behavior.nrootconauto@gmail.com
2022-11-03EnableScale preserves screen width/height across enable/disable.nrootconauto@gmail.com
2022-11-03MAlloc now doesn't write 0's. Prapare for bugs,may be marginally faster.nrootconauto@gmail.com
2022-11-03Added TaskRep. Seth is spawned before adam.higherresnrootconauto@gmail.com
2022-11-02Added mem_task to FOpen(this solved bug with mounting a file on one `CTask` a...nrootconauto@gmail.com
2022-11-02Added some more TempleOS demo games.nrootconauto@gmail.com
2022-11-02Updated Doc interupting,updated #help_index's to point to .DD .nrootconauto@gmail.com
2022-11-02Updated `doc/` to `/DOC`. rFlags in debugger works in FreeBSD.nrootconauto@gmail.com
2022-10-30Removed unimplemented "IsInValidBlk",replaced with valid "__IsValidPtr".nrootconauto@gmail.com
2022-10-29Removed lots of warnings from runtime.c.nrootconauto@gmail.com
2022-10-27Added file truncation for FClose,implemented filetimes for Vfs on HolyC end.nrootconauto@gmail.com
2022-10-26Implemented __AwakeCore for unix.nrootconauto
2022-10-26WIN_sound centers around 0x7f(127).nrootconauto@gmail.com
2022-10-26Added AwakeCore on windows.nrootconauto
2022-10-23Added SetVolume and volume displayer at top of screen.nrootconauto
2022-10-23Fixed multicore scaling.nrootconauto@gmail.com
2022-10-22Enabled right-click-mounting,added __3DAYS__ macro.nrootconauto
2022-10-22Reloaded the Scaler and it's documentation.nrootconauto
2022-10-21Exit3Days() fixed. poopalloc.c will return NULL on bad alloc.nrootconauto
2022-10-20Inverted scroll on windows.nrootconauto
2022-10-18Listen up,I have manually parsed the memory map in /proc/self/map to find 32b...nrootconauto
2022-10-18Ammend last commit.nrootconauto
2022-10-18Made first task's heap 64bit.nrootconauto
2022-10-18Made MemPagTaskAlloc more verbose.nrootconauto