drhax9908
9f4f31b08a
updated to add disclaimer
2021-06-13 00:41:01 -07:00
drhax9908
c5e75f6b13
Create README.md
2020-07-01 12:07:56 -07:00
BlackPhoenix
bd8952f0ea
[FIXED] TMR register is now incremented by 30 cycles if precompile occurs
...
[FIXED] CPU timing system was updated
[ADDED] New RT-based digital screen. Supports any resolution up to 512x512. Features yet not implemented: faster data streaming, RGB color support, clear row/col isn't working yet.
[ADDED] R key now erases all data from CPU/GPU (matters only for duping)
2009-04-08 14:40:53 +00:00
Erkle
651220d2e9
[CHANGED] Split the button models into two categories.
2009-04-08 09:11:32 +00:00
Syranide
aa9837e38a
E2: added signal-extension (by Gwahir)
2009-04-08 08:47:02 +00:00
BlackPhoenix
e30cbd1cbc
[FIXED] Use of BLOCK opcode along with SMAP works now
...
[FIXED] CPU MMU will now invalidate precompile data when you change mapping (this is important if you're gonna execute the code at target location)
2009-04-07 19:14:50 +00:00
BlackPhoenix
26a9e934c6
[FIXED] This should fix keyboard spam if SERVER doesn't have wire
2009-04-07 17:24:48 +00:00
Syranide
03157aa1a1
E2: added E:aimNormal() (thanks Beer)
2009-04-06 20:46:13 +00:00
BlackPhoenix
b57e8dc044
[FIXED] Small bug in GPU that reset GPU's when someone connected
2009-04-05 18:11:39 +00:00
BlackPhoenix
bbdf4a92c5
[FIXED] There should be no more accidental overwriting of files when using the E2 editor for CPU, GPU, or E2
...
[FIXED] "New file" button now should work properly in CPU & GPU editors
2009-04-05 15:46:49 +00:00
Syranide
71a503fbe7
E2: added auto-indentation, read changelog for info (by TomyLobo)
2009-04-05 09:00:56 +00:00
Syranide
638dcfdd3b
E2: added duped(), same as first() but if it was duped instead
2009-04-04 21:04:53 +00:00
Syranide
050d963138
E2: editor improvements (by TomyLobo)
2009-04-04 19:50:09 +00:00
Syranide
3bdf870e7b
E2: more improvements to the editor (by TomyLobo)
2009-04-04 15:50:51 +00:00
Syranide
9e4e18bfb0
E2: fixed chat-extension returning incorrect data-types upon failure
2009-04-04 11:07:04 +00:00
Syranide
9dad1408dc
E2: fix for inputs/outputs/persist not registering typed variables
2009-04-04 10:08:36 +00:00
Syranide
78c0b864a2
E2: editor improvements, CTRL-I/O now also indents (by TomyLobo)
2009-04-04 09:40:38 +00:00
Syranide
b5be776709
E2: issues with "# in strings"-patch, reverted
2009-04-03 22:38:03 +00:00
Syranide
18a132f7b3
E2: added editor search/replace, ctrl-f/h (by ZeikjT)
2009-04-03 22:27:50 +00:00
BlackPhoenix
9a6960cacf
[FIXED] Removed some debug spam
2009-04-03 19:56:00 +00:00
BlackPhoenix
e3905c6b31
[FIXED] CD disk addressing bug (global sector address fault)
2009-04-03 18:40:28 +00:00
Syranide
f07c2bd929
E2: ctrl+shift+left/right (mark word left/right) (by TomyLobo)
2009-04-03 17:56:07 +00:00
Syranide
9d345fa12b
E2: improved editor, ctrl-right/ctrl-left/tab/shift-tab (by TomoLobo)
2009-04-03 17:05:35 +00:00
Syranide
be976e1703
E2: toChar(N) now returns an empty string for invalid values
2009-04-03 13:48:39 +00:00
Syranide
1700aed9c5
E2: added E:boxSize() (thanks Jimlad)
2009-04-03 13:02:30 +00:00
ZeikJT
c3ac48d087
E2: rangerFilter fixed. Re-added the rangerFilter(e) and removed duplicate array method. Thanks kelthalas for pointing it out.
2009-04-03 10:42:14 +00:00
Syranide
41ecee95cb
E2: added E:boxCenter/boxMax/boxMin, object bounding box (thanks Jimlad)
2009-04-03 08:54:33 +00:00
BlackPhoenix
bbf3918c0d
[FIXED] A lot of CD system bugs, see diff
2009-04-02 18:46:51 +00:00
BlackPhoenix
0677953c08
[FIXED] A bug when DATA output would disappear in CD ray
2009-04-01 19:27:34 +00:00
BlackPhoenix
7854cb14a7
[FIXED] Small typo in disk dupe code
2009-04-01 15:24:05 +00:00
BlackPhoenix
0e0abf4050
[FIXED] CD ray now reads at proper speed
2009-04-01 15:23:03 +00:00
BlackPhoenix
5b07c420a8
[FIXED] Typo in disks stool
...
[FIXED] CD locks not working in MP
2009-04-01 13:41:45 +00:00
BlackPhoenix
c5fd1c9818
[FIXED] GPU data is now resent to every new connected client
...
[FIXED] CD disks should be fully dupeable now
[UPDATED] CD ray was updated
[FIXED] CD ray now picks up disks with only 1 stack
[ADDED] CD ray outputs disk velocity and raw data (angle etc, this is valid at RAY HIT LOCATON ONLY).
2009-04-01 13:36:58 +00:00
Syranide
d9d91d2b18
E2: added $ for angles (by TomyLobo)
2009-04-01 13:15:17 +00:00
Syranide
4304c2ffa9
E2: reset() is now ignored when run during first(), it exits but does not reset
2009-04-01 09:30:57 +00:00
ZeikJT
80047c1cb4
Fixing Holoemitter properties in the stool... in the textscreen update some things were lost... :/
2009-04-01 07:41:43 +00:00
ZeikJT
73aefd9a95
Text Screen Tool right click now copies the text screen text from the entity to the tool. Thanks to donkan for reminding me about it!
2009-04-01 01:24:37 +00:00
Syranide
1d5d84d28a
E2: fix for when using # in strings
2009-03-31 20:50:46 +00:00
BlackPhoenix
dc2bcbc772
[FIXED] Made a whooops in shared file (wrong file)
2009-03-31 18:39:23 +00:00
BlackPhoenix
6ae38fe822
[ADDED] Highspeed interface to CD ray
2009-03-31 18:13:43 +00:00
BlackPhoenix
c6f5d41a43
[FIXED] LDUMP altered to be compatible with EmuFox debugger
...
[ADDED] CD ray/disc system - the disk, the read/write ray, and the position lock (to keep disk centered). Too complex to describe in changelog.
2009-03-31 18:10:21 +00:00
ZeikJT
c375a76e6d
E2: Matrices updated, RangerFilter function with array input added. All made by Jimlad.
2009-03-31 00:38:57 +00:00
Syranide
dbff961158
E2: added noentity(), returns null
2009-03-30 08:57:54 +00:00
BlackPhoenix
ac13e66c1d
[FIXED] Privileged opcodes being able to be executed in privileged environment. WARNING: IDLE IS PRIVILEGIED OPCODE
2009-03-29 20:00:33 +00:00
BlackPhoenix
b906a4dc78
[FIXED] Expression 2 editor initialization bug by TomyLobo
2009-03-29 13:45:26 +00:00
Syranide
882fc840ff
E2: vector2-extension not being loaded (thanks Jimlad!)
2009-03-28 20:12:34 +00:00
Syranide
f33b521b51
E2: reset() now immediately stops execution of the expression
2009-03-28 19:24:43 +00:00
Syranide
8d47e48a46
E1: concommands are now disabled for E1, use E2 if you require that functionality
2009-03-28 11:24:21 +00:00
BlackPhoenix
34a43f84fe
[FIXED] Crash in ZASM which makes it stop from working
...
[ADDED] Memory mapping support in paging system. You can map one page to be physically linking to a different page
[ADDED] SMAP & GMAP opcodes to set memory mapping
[ADDED] BREAKPOINT EmuFox-only opcode
[ADDED] ##include## macro to include source files (clientside in ZASM)
2009-03-27 19:54:50 +00:00
Syranide
e7979fe83a
E2: changed identity3() to identity()
2009-03-27 17:39:22 +00:00