mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Added Hologram Projector Hardware. Added GET_WORLD_POS in LiDAR. Fixed Drill.
This commit is contained in:
@@ -11,55 +11,6 @@ public class Main {
|
||||
public static void main(String[] args){
|
||||
|
||||
|
||||
//TODO: Docs
|
||||
/*
|
||||
* - Intel 8086 p.14 design
|
||||
* - Memory: Storage organisation: From a storage pov, 8086 memory spaces are
|
||||
* organised as identical arrays of 16-bit words
|
||||
* - Microprocessor
|
||||
* - Instruction set
|
||||
* -
|
||||
*/
|
||||
//TODO: Random number generator
|
||||
//TODO: Clock hardware
|
||||
//TODO: Floppy drive hardware (and item?)
|
||||
//TODO: LEA instruction
|
||||
//TODO: NOT instruction
|
||||
//TODO: Battery Hardware
|
||||
|
||||
//---------------------------------
|
||||
|
||||
//TODO: favicon
|
||||
//TODO: Email verification
|
||||
//TODO: Real account page
|
||||
// Change/reset password
|
||||
//TODO: Object information Window (Hover, click ?)
|
||||
//TODO: Inventory indicator (Multiple items)
|
||||
//TODO: Software Interrupts (PIC): Interupt flag?
|
||||
/*
|
||||
* - INT/INTO instruction
|
||||
* - IRET instruction
|
||||
*/
|
||||
//TODO: XCHG instruction
|
||||
//TODO: SAL/SAR instruction
|
||||
//TODO: ROL/ROR/RCL/RCR instruction
|
||||
//TODO: LOOP/LOOPE/LOOPX/LOOPNE/LOOPNZ ?
|
||||
//TODO: World goto (form)
|
||||
//TODO: Save backup (keep X saves, Zip em)
|
||||
//TODO: Log backup (keep X backups, Zip em)
|
||||
//TODO: More tests
|
||||
//TODO: Handle client disconnects
|
||||
//TODO: Cache objects requests?
|
||||
//TODO: Ability to toggle debug stuff
|
||||
//TODO: Data segment, DB, DW, DD, DQ
|
||||
//TODO: Set client animation speed relative to TICK_LENGTH
|
||||
//TODO: Withdraw animation / action
|
||||
//TODO: Prevent World creation out of bounds, warp around universe
|
||||
//TODO: Multiple Biomass style (and yield, rarity)
|
||||
//TODO: Clean sprites
|
||||
//TODO: Auto-resize
|
||||
|
||||
|
||||
LogManager.initialize();
|
||||
ServerConfiguration config = new ServerConfiguration(new File("config.properties"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user