| 2015-02-22 | Christian Heller | Server/py: In replay mode, replay until world turn... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Minor comment improvement. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Improve atomicity of record(), description... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Add atomic writing to record(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Put "_tmp" temp file suffix into io_db. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Use new obey_lines_in_file() on both save... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Restructure run_game() imitation. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Add note about improper replacement of record(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Add line number handling. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-22 | Christian Heller | Server/py: Move all file path handling into setup_serve... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Add config file reading. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Catch shlex tokenizer ValueError exceptions... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Add space after QUIT record line uncommenter. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Record QUIT too, but uncommented. Ignore... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Add record file recording via record(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Slightly extend capabilities of obey(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Fix erroneous comment. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Replace tokenizer() with shlex.split() ... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-19 | Christian Heller | Server/py: Replace HandledException with SystemExit... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Improve doc string. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Add tokenizer function. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Minor text improvements. Handle no-records... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Improve replay integration. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Add obey() dummy for C variant's obey_msg(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Realize slightly more of C variant's run_gam... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Minor refactoring. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Add command line help, handle pre-server... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Add command line parser for replay option. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Improve docstring. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: More expressive error message on unhandled... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Implement C's detect_atomic_leftover(),... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-17 | Christian Heller | Server/py: Apply pep8 style. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-16 | Christian Heller | Server/Py: Remove flush() the necessity of which I... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-16 | Christian Heller | As of yet non-functional roguelike-server Python replac... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-15 | Christian Heller | Server: Add regeneration of lifepoints on positive... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-15 | Christian Heller | Server/AI: Only hunt enemies up to a certain distance. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-14 | Christian Heller | Server/AI: Minor improvements to fleeing algorithm. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-08 | Christian Heller | Server: Remove .stomach thing type attribute, derive... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-08 | Christian Heller | Minor code re-styling. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-08 | Christian Heller | Server: Use thing's .consumable as what's pushing up... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-08 | Christian Heller | Add basic food clock (but no consumables yet to re... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-06 | Christian Heller | Client: Improve test_and_poll_server() ping test logic... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-06 | Christian Heller | Server: Fix segfault when parsing THINGS_HERE on player... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-04 | Christian Heller | Server/AI: From directions of equal attractiveness... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-04 | Christian Heller | Server: Fix buggy list of directions in try_thing_proli... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-03 | Christian Heller | Update README. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-03 | Christian Heller | Server/AI: Flee actors whose type starts with more... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-02-01 | Christian Heller | Server: Minor refactoring of get_dir_to_nearest_target(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-30 | Christian Heller | Add to TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-30 | Christian Heller | Update copyright notice. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-30 | Christian Heller | Server/AI: Explore map for (long-time) unexplored cells. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-29 | Christian Heller | Client: Fix buggy log window size pre-calculating trigg... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-27 | Christian Heller | Server: Refactoring of initialization of empty maps. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-27 | Christian Heller | Fix hardcoding of MAGIC MEAT thing name. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-18 | Christian Heller | Client: Fix too small memory allocation for window... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2015-01-17 | Christian Heller | For large logs, only once (pre-)alloc winmap memory. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Add notes about redo'ing on OS X systems. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Add to TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Add to TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Client: More flexible server polling, shrink alertness... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Client: Shorten waiting-for-server message in "Items... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Client: Be verbose about waiting for server input for... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Decouple update_map_memory() and build_fov_map... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Fix doubling of items listed via THINGS_HERE. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Add animate things in field of view to THINGS_H... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Send THINGS_HERE data only about things in... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Remove redundant setting of world.do_update. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Execute THINGS_HERE command only on existing... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-07 | Christian Heller | Server: Don't segfault on lack of THINGS_HERE arguments. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-06 | Christian Heller | Client: Don't confuse map window's winconfig view cente... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-06 | Christian Heller | Client: Slightly expand map area displayed. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-06 | Christian Heller | Client: Remove redundant map scrolling code. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-06 | Christian Heller | Client: Drop now redundant map centering systems. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-06 | Christian Heller | Add "look" mode to query things on any cell via new... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-12-06 | Christian Heller | Server: Restructure io_loop(), and make obey_msg()... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-21 | Christian Heller | Add to TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-21 | Christian Heller | Client: In "Standing on", mark emptiness against lack... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-21 | Christian Heller | Update text in SERVER_COMMANDS. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-21 | Christian Heller | Client: Remove references to removed window. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-21 | Christian Heller | Display stack of things player is standing on. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Server: Add explanatory comment. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Client: Add size test to array_append(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Server: Fix "WORLD_UDPATED" message to "WORLD_UPDATED... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Server: Send "WORLD_UPDATED" message in parallel to... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Client: Remove superfluous line of code. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Add to TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Server: Only fflush() via send_to_outfile() when messag... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | Add to TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-20 | Christian Heller | On world (re-)generation, server sends 'NEW_WORLD'... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | More correct comment. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Further comment refinement. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Further expansion of comments. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Client: More complete comments. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Client Improve comments. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Client: Rename read_outfile() to more precise read_queue(). | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Client: ping_pong_test() + try_growing_queue() = test_a... | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Add TODO. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Remove finished TODO task. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | Simplify queue reading/writing. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| 2014-11-14 | Christian Heller | To read_file_into_queue(), add queue size test. | commit | commitdiff | tree | snapshot (zip tar.gz) | 
| next |