mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Update README
This commit is contained in:
parent
1134edb312
commit
68ca8ed279
1 changed files with 3 additions and 46 deletions
49
README.md
49
README.md
|
@ -31,54 +31,11 @@ Releases of the "old" Zenith are currently archived on the `mega.nz` website:
|
||||||
Changes include:
|
Changes include:
|
||||||
- 60FPS.
|
- 60FPS.
|
||||||
- VBE graphics with variable resolutions.
|
- VBE graphics with variable resolutions.
|
||||||
- Added a NONE #define for use in default function arguments.
|
|
||||||
- 440Hz 'A' tuning changed to 432Hz.
|
- 440Hz 'A' tuning changed to 432Hz.
|
||||||
- HolyC -> CosmiC.
|
- HolyC -> CosmiC.
|
||||||
- System-wide renames:
|
- System-wide renaming for clarity
|
||||||
- AOnce -> ZOnce
|
- No weird shift-space mechanism
|
||||||
- ACAlloc -> ZCAlloc
|
- Reformatted code for readability
|
||||||
- AMAlloc -> ZMAlloc
|
|
||||||
- AStrNew -> ZStrNew
|
|
||||||
- Adam -> Zenith
|
|
||||||
- Seth -> Daemon
|
|
||||||
- BEqu -> BEqual
|
|
||||||
- Bwd -> Backward
|
|
||||||
- Cfg -> Config
|
|
||||||
- Chg -> Change
|
|
||||||
- Chk -> Check
|
|
||||||
- Cmp -> Comp
|
|
||||||
- (Compiler. CCmpCtrl->CCompCtrl, etc)
|
|
||||||
- Cmp -> Compare
|
|
||||||
- (StrCmp->StrCompare, etc)
|
|
||||||
- Cnt -> Count
|
|
||||||
- Cpy -> Copy
|
|
||||||
- Cvt -> Convert
|
|
||||||
- Dbg -> Debug
|
|
||||||
- Dft -> Default
|
|
||||||
- Drv -> Drive
|
|
||||||
- Dsk -> Disk
|
|
||||||
- Evt -> Event
|
|
||||||
- Fmt -> Format
|
|
||||||
- Fwd -> Forward
|
|
||||||
- Glbls -> Globals
|
|
||||||
- Hndlr -> Handler
|
|
||||||
- Lst -> List
|
|
||||||
- Ms -> Mouse
|
|
||||||
- Msg -> Message
|
|
||||||
- Pkt -> Packet
|
|
||||||
- Pmt -> Prompt
|
|
||||||
- Prs -> Parse
|
|
||||||
- QSort -> QuickSort
|
|
||||||
- Que -> Queue
|
|
||||||
- Rem -> Remove
|
|
||||||
- Rst -> Reset
|
|
||||||
- Rqst -> Request
|
|
||||||
- Scrn -> Screen
|
|
||||||
- Snd -> Sound
|
|
||||||
- Srv -> Server
|
|
||||||
- Stk -> Stack
|
|
||||||
- Stmt -> Statement
|
|
||||||
- TempleOS -> ZenithOS
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue