Commit graph

  • 2d19738121 Ignore more files master Joscha 2017-05-23 06:00:06 +00:00
  • 9b6c144a46 Move cursor to starting position on F10 Joscha 2017-04-21 16:36:36 +00:00
  • 730a271123 Use normal formatting instead of format strings Joscha 2017-04-18 16:17:58 +00:00
  • ac65d9ab0a Stop client on loss of connection Joscha 2017-04-18 13:46:39 +00:00
  • 5029f376a6 Move initial view of the world Joscha 2017-04-17 18:29:20 +00:00
  • 6e231f429f Switch movement modes with F1-F3 Joscha 2017-04-17 17:27:25 +00:00
  • 8b8a1da6f3 Clean up map style logic Joscha 2017-04-17 16:00:37 +00:00
  • c3227dab72 Adjust update rate Joscha 2017-04-17 15:57:38 +00:00
  • aca387cf05 Save chunks in db Joscha 2017-04-16 15:51:00 +00:00
  • 9e5b5f874a Start work on server-side saving worlds Joscha 2017-04-15 23:49:59 +00:00
  • e7f85ff421 Show normal chunks in the visible part of the chunkmap Joscha 2017-04-15 22:09:32 +00:00
  • 9974c09852 Append logs instead of overwriting old logs Joscha 2017-04-15 22:08:59 +00:00
  • e039005877 Add additional key codes for ctrl+arrow combinations Joscha 2017-04-15 22:00:49 +00:00
  • 18ac634579 Use some of curses' key codes Joscha 2017-04-15 21:41:05 +00:00
  • 63f879690b Remove accidentally-left-in code for debugging Joscha 2017-04-15 21:21:03 +00:00
  • cc31ed6be9 Save changes to logfile if supplied with logfile name Joscha 2017-04-15 21:19:07 +00:00
  • 4822cab0fc Update chunk logic Joscha 2017-04-15 11:59:58 +00:00
  • d68d32ff2f Rename "changes" to "diffs" in most places Joscha 2017-04-14 11:09:50 +00:00
  • 3cb21c02bc Reverse illegitimate changes on server Joscha 2017-04-14 09:41:02 +00:00
  • 54e09d18cc Adjust chunk caching values Joscha 2017-04-14 08:58:22 +00:00
  • 58dc82b1d9 Clean up comments Joscha 2017-04-14 08:49:55 +00:00
  • 243333f4ef Remove debugging messages Joscha 2017-04-14 08:42:14 +00:00
  • 7a3bf578bc Clean up client code Joscha 2017-04-14 08:36:32 +00:00
  • 4d81dea41c Add command line parameter support to server Joscha 2017-04-14 08:33:11 +00:00
  • 7bec555e3b Clean up server code Joscha 2017-04-14 08:22:01 +00:00
  • 841adfa28f Log connects and disconnects with a little box drawing art Joscha 2017-04-14 07:32:06 +00:00
  • cc0b22cb82 Create License.txt Garmelon 2017-04-13 21:13:45 +00:00
  • 39b0ceee7c Allow for more unicode input Joscha 2017-04-13 21:04:26 +00:00
  • 04f0b8d9d7 Fix server-side disconnect bug Joscha 2017-04-13 21:04:09 +00:00
  • 320dd16889 Add server Joscha 2017-04-13 18:10:37 +00:00
  • 63410fd99e Add web socker server module Joscha 2017-04-12 22:09:52 +00:00
  • 8c5d5bc2cb Add alternating color mode (F3) Joscha 2017-04-10 16:08:12 +00:00
  • e3b599eee1 Handle saving changes separate from cleaning up Joscha 2017-04-10 00:04:22 +00:00
  • 23da1ea5d9 Implement parts of clientchunkpool and fix softlock in the process Joscha 2017-04-09 09:52:11 +00:00
  • c5af7c2480 Unload chunks that fall outside a certain radius Joscha 2017-04-08 17:05:09 +00:00
  • c364faf8ff Clean up ChunkPool Joscha 2017-04-08 15:48:14 +00:00
  • 72cb273849 Remove debugging messages Joscha 2017-04-08 15:47:47 +00:00
  • 37b5ba162c Ignore normal input besides scrolling when ChunkMap is displayed Joscha 2017-04-07 19:39:45 +00:00
  • 68c50f894b Add ChunkMap for better debugging Joscha 2017-04-07 19:35:05 +00:00
  • 42d72422c6 Move down one line when enter is pressed, use ESC to quit Joscha 2017-04-06 15:51:28 +00:00
  • 704ff9b3d1 Delete characters with backspace Joscha 2017-04-06 13:08:18 +00:00
  • 38ab48d6f8 Add ability to write on map Joscha 2017-04-06 12:53:20 +00:00
  • 7b5458e1d5 Redraw map on key press Joscha 2017-04-06 07:32:40 +00:00
  • 9f02d63a7d Edit chunks when character is written to map Joscha 2017-04-06 07:31:27 +00:00
  • 5b4a6a4a83 Add input thread and some map keybindings Joscha 2017-04-06 07:19:43 +00:00
  • 11a94f982d Implement map scrolling Joscha 2017-04-06 06:45:43 +00:00
  • 538ea58925 Enable drawing white background instead of . Joscha 2017-04-05 19:46:50 +00:00
  • 8ea614e22d Add .gitignore Joscha 2017-04-05 19:44:43 +00:00
  • 7521d7b4ab Make map display empty squares Joscha 2017-04-05 19:44:21 +00:00
  • f5166319e1 Move ChunkDB to dbchunkpool.py Joscha 2017-04-04 20:23:41 +00:00
  • 59c3f6e34e Plan out project structure Joscha 2017-04-04 20:20:48 +00:00