Commit Graph

18 Commits

Author SHA1 Message Date
BlackPhoenix
d3bd4e30a5 [FIXED] TOTALLY REWRITTEN EEPROM FLASH. MUCH MUCH FASTER NOW. Upload & download coming soon.
Previous eeprom flash data will not be compatible with new one.
[ADDED] Address bus outputs data rate via it's memory output (for regular wire)
[FIXED] Address bus wrong undo message
[FIXED] CPU compiler erroring on empty program
2007-11-25 16:19:50 +00:00
BlackPhoenix
a8c307d8cd [FIXED] Rare NIL bug in CPU compiler
[FIXED] MCOPY opcode in CPU
[FIXED] Internal error not handled in 1 place
[FIXED] Timing system being buggy (triggering inf loops all the time)
[FIXED] Wired keyboard outputting bad values
2007-11-25 12:43:32 +00:00
BlackPhoenix
f09a6c3865 [FIXED] Address bus bug (when connecting to non-RAM, my bad)
[FIXED] CPU shows correct number of lines for program now (was count of lines + 1)
2007-11-12 21:18:36 +00:00
BlackPhoenix
1efbafdb3a [FIXED] Lua errors when compiling CPU program without previously vising zyelios editor 2007-11-04 21:05:16 +00:00
BlackPhoenix
b7c644585d [ADDED] IN-GAME CPU EDITOR (BETA VERSION). It has some bugs, and I know most of them. But it works. It's purely clientside.
[FIXED] CPU no longer floods lua errors on internal error, but resets and reports error.
2007-11-03 16:44:17 +00:00
BlackPhoenix
d118a076c1 [FIXED] PCall error
[FIXED] Compile bandwidth set to 100 lines. Set it back to 500 if you wanna, but it lags less with 100.
[ADD] Support for long lines
[ADD] VGUI Progress indicators, showing percent, lines processed, and time left (for compiling and uploading)
[BETA] Beta preview of ZyeliosEditor
[FIXED] Changed "Load" to "Quick Load" (because of ZE)

[ADD] File support for EEPROM (BETA)
2007-10-24 14:11:05 +00:00
BlackPhoenix
35e7204e9a [FIXED] >>>>> WIRE CPU IS NO LONGER AFFECTED BY INFINITE LOOP PROTECTION <<<<<<
You can compile long programs now.
There is extra verbose mode for now, expect it to be removed soon.
[ADD] CPU shows how average upload speed, percent, and how much time left till upload finishes
[ADD] In singleplayer progress is done into chat window, in MP its in console (till VGUI)
[ANNOUNCE] Coming up: CPU extended protection, multitasking (native support!), and some more stuff.
2007-10-22 16:54:28 +00:00
BlackPhoenix
5936a3588f [FIX] Random fixes
[FIX] Compiler error (not accepting first letter after #, etc)
2007-07-08 19:36:08 +00:00
BlackPhoenix
644bde5b68 Wrong files 2007-06-12 10:36:58 +00:00
BlackPhoenix
87be54da14 [FIX] Quickfix for random CPU problem (file not found when in MP), it should seek files only on client now 2007-06-11 17:06:29 +00:00
BlackPhoenix
18e2a093bc [ADD] 128KB RAM (remove if causes problems, works fine for me)
[ADD] Temporary binary opcodes

[FIX] Reading and writing to non-existing port does not cause interrupt now
[FIX] Port bus failure is interrupt #8 now (instead of #10)
[FIX] Reading from non-existing port is now #10 instead of #8
[FIX] Increased max CPU frequency
[FIX] Fixed bug when setting frequency over limit does not set it to maximum allowed value
[FIX] Removed debug message in constant gate
[FIX] CPU now sends packets with more bandwidth and speed in SP (bandwidth only in MP). Uploading 70KB now takes 3-5 seconds
[TEMP FIX] Multiply "CPU Upload complete" messages
2007-05-18 20:08:04 +00:00
BlackPhoenix
36de8e0903 [ADD] Hi-speed in constant value gate
[ADD] Presets in address bus
[ADD] wire_cpu_dumpcode convar, set it to "enable" to enable dumping some debug information (pointers to functions and variables, code listing with corresponding byte addresses, and raw bytes dump)
[ADD] Supports filenames without extension now
[ADD] More information for user about CPU upload status
[ADD] CVAR: wire_cpu_packet_bandwidth (size of each packet, def. 50). It seems that it's reliable to use bandwidth of 100, but not tested in MP (twice the less time needed for uploading program)
[ADD] CVAR: wire_cpu_packet_rate_sp (data rate in SP, def. 0.1)
[ADD] CVAR: wire_cpu_packet_rate_mp (data rate in MP, def. 0.4)

[FIX] Parameters handled as strings
[FIX] Precision fixed (at least floating point digits precision, 14-15 digits actual precision)
[FIX] TPG now sets CMPR to address of error instead of next page address (you cant read cmpr anyway)
[FIX] CPU upload status not displaying in MP
2007-05-17 21:30:52 +00:00
blackphoenix
3dfa71b86b Add:
CPU Compiler V1.1; New nice info plus some bugfixes soon;
Fixed:
Console screen bugs (negative char and scroll bug)
2007-04-23 20:20:48 +00:00
blackphoenix
1b097fab94 Added:
Virtual Keyboard (Hi-Speed link only)
FLASH support in digital screen
Fixed:
CPU Compiler bugs
Numpad hi-speed link mode
Digital screen & console screen (partially)
Known bugs:
Console screen special registers may not work
Keyboard wont accept shift with anything other then letter
2007-04-16 17:15:22 +00:00
blackphoenix
4f32b835f3 Added:
Console Screen (30x18 dos-like console)
Address Bus (To join up to 4 address spaces)
Data Port (Aka old ports in CPU, but external)
Data Plug (Connects address spaces)
32KB RAM module
CPU Protected Mode (Simple)
CPU Interrupts (in PM)
Strings supported in DB macro.
Lots more I forgot.
CPU Frequency limit to 5000Hz
Fixed:
CPU is now V2.00, added lots and lots of opcodes, around 100 (but 8 are disabled due to some reasons)
Digital Screen (new inputs)
Wired Numpad (Hi-Speed link added, acts as buffer)
New examples for CPU
CPU supports writing to ROM, i.e. program will be restored each reset.
ZCPU & ZASM bugs.

Known bugs:
Address Bus settings do not save when duping
Console screen does not dupe (duplications of it result in things connected to old copy)
Removed in-game editor, reworking it into VGUI. You can always use notepad, or my editor, it might be posted on forum
Some other misc little bugs.
2007-04-12 19:16:47 +00:00
tad2020
99ca8dead2 added ent freeze when making on to world
added WireLib.* of Wire_* functions
added WireLib.Weld function
fixed old sensor->finder link system
(this changes are untested)
2007-03-28 23:24:55 +00:00
tad2020
19e831f08e updates in preparations for beta
changed deleteonremove to use new system in welds instead
massive updates to adv duplicator. now separate module and addon
include modified weight stool that support duplication
lots of other shit
2007-03-22 03:27:52 +00:00
cyborgmatt
18addf9656 Added Black_Phoenix's CPUChip 2007-03-21 21:09:01 +00:00