neauoire
|
1355d7813e
|
Version 1
|
2023-08-08 16:26:13 -07:00 |
neauoire
|
9fd8b1709e
|
Added on-screen debugger
|
2023-08-08 10:51:12 -07:00 |
neauoire
|
cb1dcd12eb
|
Returned the simpler uxn core, connected to device masks
|
2023-08-07 16:28:41 -07:00 |
neauoire
|
1f662d21e6
|
(screen.c) Inlined sprite drawing function
|
2023-08-05 10:35:53 -07:00 |
neauoire
|
0446dcaaa3
|
(screen.c) Faster sprite drawing
|
2023-08-05 09:59:25 -07:00 |
neauoire
|
9737391b9f
|
Implemented total sprite flipping in bliting
|
2023-08-04 11:40:24 -07:00 |
neauoire
|
c12f2bfc77
|
Use updated mouse example file
|
2023-08-01 20:41:47 -07:00 |
neauoire
|
14263f3a02
|
Updated screen device
|
2023-08-01 20:39:16 -07:00 |
neauoire
|
5c2c060aa3
|
Brought the latest changes over
|
2023-08-01 20:32:42 -07:00 |
Devine Lu Linvega
|
b49ded302d
|
(uxn.c) Removed z stack assignment
|
2023-07-22 20:58:56 -07:00 |
Devine Lu Linvega
|
7ff69378c8
|
uxncli: stop on EOF as there is nothing left to run (besides endless loop)
|
2023-07-17 20:25:28 -07:00 |
Devine Lu Linvega
|
dd107933fe
|
Fixed issue with links to binaries
|
2023-06-08 11:17:47 -07:00 |
Devine Lu Linvega
|
b8eab1057b
|
Added links to binaries
|
2023-06-08 11:11:52 -07:00 |
Devine Lu Linvega
|
94972ed7da
|
Added build manifest
|
2023-06-08 11:08:53 -07:00 |
Devine Lu Linvega
|
01fe355051
|
Improved build script
|
2023-06-08 10:41:38 -07:00 |
Devine Lu Linvega
|
5eedd05253
|
Improved build script
|
2023-06-08 10:40:44 -07:00 |
Devine Lu Linvega
|
fe4104fb9f
|
Added norun flag
|
2023-06-08 10:13:45 -07:00 |
Devine Lu Linvega
|
d8e78ffef0
|
Fixed usage
|
2023-06-08 09:52:11 -07:00 |
Devine Lu Linvega
|
e2a26e3103
|
Opt flag same as uxnemu
|
2023-06-08 09:35:17 -07:00 |
neauoire
|
d5fed95ef3
|
Returned PADDING
|
2023-06-07 08:42:22 -07:00 |
neauoire
|
1892352885
|
More selective redraw
|
2023-06-05 08:55:21 -07:00 |
Devine Lu Linvega
|
5a8ee380fe
|
Removed multiplication from SET macro in uxn core
|
2023-05-17 20:43:50 -07:00 |
Devine Lu Linvega
|
7377477f23
|
Implemented scaling
|
2023-05-05 17:21:46 -07:00 |
Devine Lu Linvega
|
cac4e5d093
|
(screen) Faster implementation
|
2023-05-04 20:43:06 -07:00 |
Devine Lu Linvega
|
f181416095
|
Renamed zoom for scale
|
2023-05-04 20:37:06 -07:00 |
Devine Lu Linvega
|
6785c30587
|
Set build flag back to c89
|
2023-05-03 21:39:04 -07:00 |
Devine Lu Linvega
|
7d1c62b2cb
|
Simplified threads implementation somewhat
|
2023-05-03 11:32:38 -07:00 |
Devine Lu Linvega
|
29e130ace0
|
Removed arguments array for friends/tasks
|
2023-05-03 10:26:28 -07:00 |
Devine Lu Linvega
|
1be9024704
|
Removed NIPk/POPk special cases once and for all(?)
|
2023-05-02 14:51:51 -07:00 |
Devine Lu Linvega
|
09681a54f5
|
Added device mask to uxncli for friend port
|
2023-05-02 10:25:19 -07:00 |
Devine Lu Linvega
|
ae61e92585
|
Added special POPk/NIPk modes
|
2023-05-02 09:57:01 -07:00 |
Devine Lu Linvega
|
e191a164ea
|
Added multithreading port
|
2023-04-30 22:03:35 -07:00 |
Devine Lu Linvega
|
87a72de69e
|
Using new core
|
2023-04-30 11:43:33 -07:00 |
Devine Lu Linvega
|
cb1fe32792
|
Improved build file
|
2023-04-30 11:41:00 -07:00 |
Devine Lu Linvega
|
55178e8347
|
Added ZOOM support
|
2023-04-30 11:32:11 -07:00 |
Devine Lu Linvega
|
855b63b1ef
|
Housekeeping
|
2023-04-30 10:24:14 -07:00 |
Devine Lu Linvega
|
29f057ba44
|
Brought changes for the console
|
2023-04-17 11:36:17 -07:00 |
Devine Lu Linvega
|
b733d4dc5a
|
(screen.c) Found issue with screen_fill, removed for now
|
2023-04-14 19:56:17 -07:00 |
Devine Lu Linvega
|
da59482765
|
(screen.c) Less indirections
|
2023-04-14 10:33:51 -07:00 |
Devine Lu Linvega
|
04096fc172
|
Brought changes for the screen device
|
2023-04-13 21:58:12 -07:00 |
Devine Lu Linvega
|
f4f29dea0b
|
Fixed issue with screen fill layer
|
2023-04-13 09:59:23 -07:00 |
Devine Lu Linvega
|
1fb58f0f0a
|
(screen.c) Faster drawing of pixel
|
2023-04-13 09:43:55 -07:00 |
Devine Lu Linvega
|
1968801862
|
Simplified screen device
|
2023-04-12 20:31:30 -07:00 |
Devine Lu Linvega
|
a92e5416f9
|
Silenced warnings
|
2023-04-12 12:46:48 -07:00 |
Devine Lu Linvega
|
5b59215829
|
Removed mono mode
|
2023-04-12 12:44:49 -07:00 |
Devine Lu Linvega
|
ac4ec0928a
|
Implemented Screen/pixel fill mode
|
2023-04-11 15:14:32 -07:00 |
Devine Lu Linvega
|
bc055f37b8
|
Do not share stacks
|
2023-04-11 09:25:31 -07:00 |
Devine Lu Linvega
|
bdd6c19576
|
Moved emu_error to device
|
2023-04-10 14:32:54 -07:00 |
Devine Lu Linvega
|
ed588f9190
|
Standardized screen device to the SDL version
|
2023-04-10 14:13:41 -07:00 |
Devine Lu Linvega
|
adc0ccdad4
|
Fixed issue with DEI
|
2023-04-10 13:37:17 -07:00 |