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)
BlackPhoenix
2009-04-08 14:40:53 +0000
651220d2e9[CHANGED] Split the button models into two categories.
Erkle
2009-04-08 09:11:32 +0000
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)
BlackPhoenix
2009-04-07 19:14:50 +0000
26a9e934c6[FIXED] This should fix keyboard spam if SERVER doesn't have wire
BlackPhoenix
2009-04-07 17:24:48 +0000
b57e8dc044[FIXED] Small bug in GPU that reset GPU's when someone connected
BlackPhoenix
2009-04-05 18:11:39 +0000
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
BlackPhoenix
2009-04-05 15:46:49 +0000
71a503fbe7E2: added auto-indentation, read changelog for info (by TomyLobo)
Syranide
2009-04-05 09:00:56 +0000
638dcfdd3bE2: added duped(), same as first() but if it was duped instead
Syranide
2009-04-04 21:04:53 +0000
bbf3918c0d[FIXED] A lot of CD system bugs, see diff
BlackPhoenix
2009-04-02 18:46:51 +0000
0677953c08[FIXED] A bug when DATA output would disappear in CD ray
BlackPhoenix
2009-04-01 19:27:34 +0000
7854cb14a7[FIXED] Small typo in disk dupe code
BlackPhoenix
2009-04-01 15:24:05 +0000
0e0abf4050[FIXED] CD ray now reads at proper speed
BlackPhoenix
2009-04-01 15:23:03 +0000
5b07c420a8[FIXED] Typo in disks stool [FIXED] CD locks not working in MP
BlackPhoenix
2009-04-01 13:41:45 +0000
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).
BlackPhoenix
2009-04-01 13:36:58 +0000
4304c2ffa9E2: reset() is now ignored when run during first(), it exits but does not reset
Syranide
2009-04-01 09:30:57 +0000
80047c1cb4Fixing Holoemitter properties in the stool... in the textscreen update some things were lost... :/
ZeikJT
2009-04-01 07:41:43 +0000
73aefd9a95Text Screen Tool right click now copies the text screen text from the entity to the tool. Thanks to donkan for reminding me about it!
ZeikJT
2009-04-01 01:24:37 +0000
1d5d84d28aE2: fix for when using # in strings
Syranide
2009-03-31 20:50:46 +0000
dc2bcbc772[FIXED] Made a whooops in shared file (wrong file)
BlackPhoenix
2009-03-31 18:39:23 +0000
6ae38fe822[ADDED] Highspeed interface to CD ray
BlackPhoenix
2009-03-31 18:13:43 +0000
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.
BlackPhoenix
2009-03-31 18:10:21 +0000
c375a76e6dE2: Matrices updated, RangerFilter function with array input added. All made by Jimlad.
ZeikJT
2009-03-31 00:38:57 +0000
ac13e66c1d[FIXED] Privileged opcodes being able to be executed in privileged environment. WARNING: IDLE IS PRIVILEGIED OPCODE
BlackPhoenix
2009-03-29 20:00:33 +0000
882fc840ffE2: vector2-extension not being loaded (thanks Jimlad!)
Syranide
2009-03-28 20:12:34 +0000
f33b521b51E2: reset() now immediately stops execution of the expression
Syranide
2009-03-28 19:24:43 +0000
8d47e48a46E1: concommands are now disabled for E1, use E2 if you require that functionality
Syranide
2009-03-28 11:24:21 +0000
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)
BlackPhoenix
2009-03-27 19:54:50 +0000
e7979fe83aE2: changed identity3() to identity()
Syranide
2009-03-27 17:39:22 +0000
63bfb006a2E2: rangerFilter(E) added. Filter out entities you don't want the ranger trace to hit before using a ranger function. Also cleaned up some old ugly code.
ZeikJT
2009-03-25 07:05:26 +0000
72c00581e6E2: added hitNormal() to ranger result (thanks Beer)
Syranide
2009-03-23 22:49:57 +0000
a94bb5ee13[FIXED] Console screen bug [ADDED] RAM reset register to GPU [FIXED] Small GPU bug
BlackPhoenix
2009-03-23 16:15:31 +0000
6aa7c7416fE2: patch for arrays (thanks Jimlad)
Syranide
2009-03-21 20:59:45 +0000
e0d8a35537Wire FX Emitter fixes, ghost entity added, and option for world weld. Global variable missing variable type initializations added. Should fix changing groups and attemping to create/read the new variable types.
ZeikJT
2009-03-20 00:45:06 +0000
e9f20d6790E2: minor fix to wirelink
Syranide
2009-03-19 20:23:22 +0000
47b53f41b8Added Wire FX Emitter, Changed Holography tab to Render and moved relevant tools into it, holoemitter updates (by Jimlad), fixed wired trail missing undo text, and fixed e2 console spam about invalid functions. Ain't as cool as y'all expected, maybe 1024 will be?
ZeikJT
2009-03-19 13:20:34 +0000
40d07d1036E2 global variables now have vectors, angles, and entity storage/retrieval available. (Made by chinoto)
ZeikJT
2009-03-18 00:47:45 +0000
8295b3c2fd[ADDED] Asynchronous input for keyboard (toggle checkbox, if it's off, then it won't block your keyboard input). Clientside switch
BlackPhoenix
2009-03-17 15:57:22 +0000
678e2860b4E2: fixed newlines being added when opening expressions
Syranide
2009-03-17 12:05:41 +0000
57c7535270E2: fixed typo in autosave-filename
Syranide
2009-03-16 21:37:58 +0000
73a6bc3a32E2: added CTRL-A and auto-save to editor (every minute)
Syranide
2009-03-16 19:40:59 +0000
6aa9539bf8E2: wirelinks now duplicate properly!
Syranide
2009-03-16 13:21:02 +0000
76fec4ee81Button EntID setting now saves accross dupes. Also gave it a slightly more unique name to remove posibilities of future conflicts.
ZeikJT
2009-03-13 17:40:11 +0000
8adc7a535eE2: fixed some old compiler debug error messages, all errors should now be "friendly" E2: added more team-functions (Hunter234564)
Syranide
2009-03-13 11:30:26 +0000
a23ca5d054E2: added reset() function, completely resets the E2 when the execution finishes
Syranide
2009-03-13 00:03:45 +0000
cff60cfcc9E2: added E:isAdmin() and E:isSuperAdmin()
Syranide
2009-03-12 21:35:53 +0000
fd808a501fE2: shiftl/shiftr is now shiftL/shiftR (thanks Jimlad)
Syranide
2009-03-10 23:33:49 +0000
2791098c5eE2: lots of convenience functions for vectors and angles (by Jimlad)
Syranide
2009-03-10 11:49:34 +0000
6d43034a7eE2: typo in the reset code
Syranide
2009-03-10 11:15:31 +0000
30e1c3a6c1E2: added "press reload to reset"
Syranide
2009-03-10 09:56:15 +0000
c7cfac9679Fixed E2 not registering Constraint functions. Also added AddCSLuaFile to the chat extension, clients should now receive the file from servers.
ZeikJT
2009-03-10 00:48:23 +0000