retu2libc
d26f67edf1
Two kings ends game
2024-02-21 01:20:20 -05:00
GutPuncher
42a98fe08f
Fix DesktopUI Install.ZC copy
2023-11-25 05:46:20 -05:00
GutPuncher
4ad4f83e1a
Move DesktopUI to WallPapers folder
2023-11-25 05:36:40 -05:00
GutPuncher
dae64daee1
Move wallpapers into dedicated folder
2023-11-25 05:19:39 -05:00
GutPuncher
d0fbd492ef
Fix git cp437 encoding errors
2023-11-12 10:40:40 -05:00
GutPuncher
561f056c71
Remove 0x5 cursor byte from files
2023-05-17 01:44:50 -04:00
GutPuncher
bd5b85389e
Create CPU + RAM visualization demo.
2023-05-07 23:58:47 -04:00
GutPuncher
c97456cfb2
Make raw-mouse mode task-based instead of global.
2023-03-22 22:38:17 -04:00
GutPuncher
86a390d9c6
Rewrote MiniGrLib, fixes #40 .
2023-03-17 17:49:19 -04:00
GutPuncher
438a904b91
Update
2023-03-13 17:49:32 -04:00
tinkeros
c59e87318f
Add Castle Frankenstein mouse aim support and kernel user mouse function
2023-01-25 21:12:07 -06:00
TomAwezome
0f88890169
Make GrDir move cursor to top of document after printing all sprites.
2022-10-24 16:37:39 -04:00
TomAwezome
5169661ef5
Remove BootHDIns In() input strings for resolution setting since compile-time screen resolution setting has been removed.
...
TODO: Install scripts still have some remaining code that asks for screen resolution and grabs input, such as bare metal install code section. These sections need to also be updated!
2022-10-12 20:06:33 -04:00
TomAwezome
f86a0ed978
Remove ASCII 0x5 cursor character from files.
2022-08-23 18:00:55 -04:00
TomAwezome
90a43d9a85
Make Varoom sky fix work correctly on all resolutions.
2022-06-28 22:33:15 -04:00
xSlendiX
8814ca1436
ZoneOut: "Center" background and make sky adapt to those changes
...
This commit makes the background in ZoneOut "center" to the screen, as
well as fill with LTCYAN the top half of the screen to get a complete
sky, not part of it.
2022-05-16 02:24:47 +03:00
xSlendiX
f8f0c435bb
Varoom: Make sky height dynamic
...
This commit makes it so that Varoom's sky is properly rendered across
multiple resolutions. It also lowers the sun down by 10 pixels.
2022-05-16 02:23:44 +03:00
TomAwezome
0ef5e97000
Add .ZXE icon to GrDir, clean up .BIN icon.
2022-03-27 03:08:57 -04:00
TomAwezome
935ea2219d
Add arrow key mouse movement to 32BitPaint, reassign canvas clear key to End.
2022-03-27 01:20:24 -04:00
TomAwezome
c95266c667
Remove all DocOpt methods, add AutoComplete link in EdPullDown menu.
2022-03-26 01:16:17 -04:00
TomAwezome
2f3c779c92
Fix HTML docs empty page tab title.
2022-03-04 15:39:58 -05:00
TomAwezome
408e4d094e
Change HTML documentation system.
2022-03-04 14:48:45 -05:00
TomAwezome
5ff6487615
Update WallPaper to print full task caller report.
...
Increase CTask.wallpaper_data from STR_LEN to 4096.
2022-02-13 22:11:46 -05:00
TomAwezome
dd21cff146
Change .BIN format to .ZXE (Zeal Executable).
...
Remove .C suffix on non-executable binary files.
2022-01-28 03:05:21 -05:00
TomAwezome
dccdb20ae0
Add LexDemo.
2021-12-30 17:37:35 -05:00
TomAwezome
5a145ef081
Fix TCP RST ACK loop bug.
2021-12-15 00:04:51 -05:00
TomAwezome
415edf731d
Add an Up button to GrDir.
2021-12-14 04:14:09 -05:00
TomAwezome
3a33e6baaf
Rename CosmiC to ZealC.
...
Rename all .CC files to .ZC extension.
2021-12-11 06:21:22 -05:00
TomAwezome
827f4d16df
Rename CosmiC to ZealC.
...
Rename IC_HOLYC_TYPECAST to IC_POSTFIX_TYPECAST.
Add some compiler documentation.
2021-12-11 04:58:01 -05:00
TomAwezome
2836d36ca6
Add comments to some compiler methods.
...
Revert 440Hz 'A' tuning.
2021-12-09 03:35:44 -05:00
TomAwezome
b6496c9378
Update IntEntrySet calls to use new IntEntryAlloc system.
2021-12-04 05:07:38 -05:00
TomAwezome
102d8afafe
Implement BlkDevRep, remove BlkDevRep demo file.
2021-12-04 05:05:58 -05:00
TomAwezome
05be1d0e0c
Rename dump functions.
...
Rename `DocDump` to `DocDumpLines`.
Rename `DocDm` to `DocDumpMem`.
Rename `DocD` to `DocDump`.
Rename `Dump` to `FileDump`.
Rename `DClus` to `ClusDump`.
Rename `DBlk` to `BlkDump`.
Rename `RawDm` to `RawDumpMem`.
Rename `RawDr` to `RawDumpRegs`.
Rename `RawD` to `RawDump`.
Rename `Dr` to `DumpRegs`.
Rename `Dm` to `DumpMem`.
Rename `D` to `Dump`.
Rename `Who` to `HashTableDump`.
Rename `Da` to `DumpAddress`.
2021-11-30 14:22:38 -05:00
TomAwezome
93c19f3f1b
Change ProfRep to sort by CPU usage.
...
Add column headers to Rep functions.
Change MEM_EXTRA_HASH2_PAGS to 1. (Revert this later if it causes bugs.)
2021-10-30 05:12:52 -04:00
TomAwezome
08ca199d08
Optimize MemCopy using SSE instructions.
...
Revert RawPutChar scrolling behaviour.
Remove all kludge MyNoise functions from Apps and Demos.
Add call to LFBFlush in SettingsPop2 to fix task-swap palette bugs.
Improve ToTheFront game explanation.
2021-10-27 03:30:47 -04:00
TomAwezome
9aa9e44ea6
Add SSE instruction support to assembler.
...
(Only 2-arg instructions implemented. CosmiC assembler needs expanding to allow 3+ arg instructions.)
(Only <= 4 byte instructions implemented. CosmiC assembler needs expanding to allow instructions larger than 4 bytes.)
(Bugs: Unassembler incorrectly reports 0x66 prefixed opcodes, non-128-bit instruction arguments report as U128. CosmiC does not yet have support for U128.)
Fix Std Font characters.
Add links to ZealOS-specific apps in Personal Menu.
Remove all files in /Downloads.
2021-10-08 02:06:11 -04:00
TomAwezome
6b3fd2fecb
Rename abs_addres to abs_address.
...
Update documentation/comments to rename addr, fun, var, stmt, blk, desc, reg, seg, ptr, dup, clus, val, and bttn, to address, function, variable, statement, block, description, register, segment, pointer, duplicate, cluster, value, and button, respectively.
2021-10-06 21:35:32 -04:00
TomAwezome
1d8b9d2a59
Fix Demo/AcctExample some.
2021-09-25 04:09:28 -04:00
TomAwezome
3c3e7977a7
Fix TimeClock Demo syntax error.
...
Fix misaligned WallPaper task report.
Fix Chess deprecated function names.
2021-09-19 01:58:38 -04:00
TomAwezome
f6b9268b52
Fix GrDir crash.
2021-09-17 03:32:51 -04:00
TomAwezome
43a64c897d
Add WinMax to EdPullDown menu.
2021-09-15 21:07:38 -04:00
TomAwezome
2b03787cc8
Fix OSUpgrade not updating master boot record.
...
Fix Mount2 AHCI Port value not being cleared on loop.
Change ordering of PersonalMenu links.
Increase Raw mode screen scroll from 1 line to 8 to improve bare-metal performance.
2021-08-06 01:07:27 -04:00
TomAwezome
a01aa006cd
Fix raw-mode printing in MemBIOSRep, TaskRep, PCIRep, VideoRep, and MemPageRep.
...
Fix DriveRep reporting SATA port on non-AHCI drives.
Remove CONFIG_DONT_PROBE.
Remove lingering references to compression from documentation.
Fix Talons incorrect millisecond variable name.
2021-08-04 23:05:19 -04:00
TomAwezome
22e3d8f06e
Clean up E1000 Driver.
...
Remove some palettes.
Add PaletteSetSlate.
Change all gr_palette_std to gr32_palette_std.
Change all CBGR48 to CBGR24.
2021-07-28 22:20:15 -04:00
TomAwezome
c290cda8f0
Add AHCI Debug methods.
...
Fix HTML URL.
Begin implementing AHCI ATAPI Sync, Close, Format, and Write methods.
2021-07-26 15:29:49 -04:00
TomAwezome
d3c21658f1
Unify HDD & CD/DVD Kernel binary locations.
2021-07-25 04:07:40 -04:00
TomAwezome
d639cdcdf6
Rename /0000Boot to /Boot.
...
Rename 0000Kernel.BIN.C to Kernel.BIN.C.
2021-07-24 00:48:21 -04:00
TomAwezome
b1a9e0785d
Fix some broken DolDoc links.
...
Change Who() symbol link width from 20 to 40.
2021-07-23 19:21:07 -04:00
TomAwezome
42dc3a16f6
Add eyedropper tool to 32BitPaint app.
2021-07-15 20:46:58 -04:00
TomAwezome
584b5899d3
Add save/load to 32BitPaint app.
2021-07-15 18:25:02 -04:00