[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r33] by mv_fox

replaced all MODULO operations by (much faster) binary AND

2015-05-28 18:07:17 Tree
[r32] by mv_fox

micro-optimization (removed an unnecessary strlen() call)

2015-05-28 17:55:13 Tree
[r31] by mv_fox

micro-optimization (one memcpy call less)

2015-05-28 17:52:07 Tree
[r30] by mv_fox

replaced malloc()+strcpy() by a single strdup() (slightly faster and slightly smaller)

2015-05-28 17:42:19 Tree
[r29] by mv_fox

a few code reformating changes, and added check for out of memory conditions, too

2015-05-28 07:36:58 Tree
[r28] by mv_fox

implemented a read disk cache to limit the number of disk I/O accesses

2015-05-25 20:10:21 Tree
[r27] by mv_fox

slight reformatting

2015-05-25 13:41:20 Tree
[r26] by mv_fox

screen width is detected via INT10,F instead of relying on reading BIOS area

2015-05-25 10:42:15 Tree
[r25] by mv_fox

implemented direct video memory access for faster i/o (Alexey Voskov, fixed by Mateusz Viste for mono modes)

2015-05-24 11:20:35 Tree
[r24] by mv_fox

added a wcl makefile (by Alexey Voskov)

2015-05-21 14:38:17 Tree
Older >