home · contact · privacy
plomrogue
8 years agoServer: Don't keep player from moving over passable symbols.
Christian Heller [Mon, 22 Feb 2016 23:01:31 +0000 (00:01 +0100)]
Server: Don't keep player from moving over passable symbols.

8 years agoServer: Make make_world function selectable.
Christian Heller [Mon, 22 Feb 2016 22:46:22 +0000 (23:46 +0100)]
Server: Make make_world function selectable.

8 years agoServer: Make thingproliferation function selectable.
Christian Heller [Mon, 22 Feb 2016 22:32:15 +0000 (23:32 +0100)]
Server: Make thingproliferation function selectable.

8 years agoServer: Make map generator selectable.
Christian Heller [Mon, 22 Feb 2016 22:16:13 +0000 (23:16 +0100)]
Server: Make map generator selectable.

8 years agoAdd beginnings of pluginized variant of PtIG.
Christian Heller [Mon, 22 Feb 2016 01:35:49 +0000 (02:35 +0100)]
Add beginnings of pluginized variant of PtIG.

8 years agoServer: More expressive error message.
Christian Heller [Mon, 22 Feb 2016 01:06:44 +0000 (02:06 +0100)]
Server: More expressive error message.

8 years agoServer: Fix bug in thingproliferation().
Christian Heller [Mon, 22 Feb 2016 01:05:44 +0000 (02:05 +0100)]
Server: Fix bug in thingproliferation().

8 years agoServer: Also use symbols_passable direction in thingproliferation().
Christian Heller [Mon, 22 Feb 2016 01:00:02 +0000 (02:00 +0100)]
Server: Also use symbols_passable direction in thingproliferation().

8 years agoServer: Make list of symbols of passable fields configurable.
Christian Heller [Mon, 22 Feb 2016 00:54:10 +0000 (01:54 +0100)]
Server: Make list of symbols of passable fields configurable.

8 years agoServer: Fix bug in carry list of newly instantiated Things.
Christian Heller [Sun, 21 Feb 2016 22:44:30 +0000 (23:44 +0100)]
Server: Fix bug in carry list of newly instantiated Things.

8 years agoServer: Make default thing attributes configurable.
Christian Heller [Sun, 21 Feb 2016 21:42:38 +0000 (22:42 +0100)]
Server: Make default thing attributes configurable.

8 years agoServer: Make ai func selectable.
Christian Heller [Sun, 21 Feb 2016 20:53:37 +0000 (21:53 +0100)]
Server: Make ai func selectable.

8 years agoServer: Fix typo, remove deprecated outcommented code.
Christian Heller [Sun, 21 Feb 2016 20:26:41 +0000 (21:26 +0100)]
Server: Fix typo, remove deprecated outcommented code.

8 years agoServer: Fix dependences on possibly undefined actions.
Christian Heller [Sun, 21 Feb 2016 20:26:25 +0000 (21:26 +0100)]
Server: Fix dependences on possibly undefined actions.

8 years agoClient: Fix bugs in plugin infrastructure.
Christian Heller [Sun, 21 Feb 2016 11:24:43 +0000 (12:24 +0100)]
Client: Fix bugs in plugin infrastructure.

8 years agoChange plugin naming convention.
Christian Heller [Sat, 20 Feb 2016 10:32:33 +0000 (11:32 +0100)]
Change plugin naming convention.

8 years agoServer: Transform PLUGIN command to God command, save its input.
Christian Heller [Sat, 20 Feb 2016 10:22:24 +0000 (11:22 +0100)]
Server: Transform PLUGIN command to God command, save its input.

8 years agoServer: Abort more elegantly on --help argument.
Christian Heller [Sat, 20 Feb 2016 09:44:30 +0000 (10:44 +0100)]
Server: Abort more elegantly on --help argument.

8 years agoServer: Fix broken exit code printing.
Christian Heller [Sat, 20 Feb 2016 09:24:57 +0000 (10:24 +0100)]
Server: Fix broken exit code printing.

8 years agoAdd client plugin infrastructure.
Christian Heller [Sat, 20 Feb 2016 09:13:17 +0000 (10:13 +0100)]
Add client plugin infrastructure.

8 years agoRefactor worldstate file writing, make it more extensible.
Christian Heller [Fri, 19 Feb 2016 11:34:36 +0000 (12:34 +0100)]
Refactor worldstate file writing, make it more extensible.

8 years agoConsistent use of "pickup" instead of "pickup" as command name.
Christian Heller [Fri, 19 Feb 2016 11:25:47 +0000 (12:25 +0100)]
Consistent use of "pickup" instead of "pickup" as command name.

8 years agoClient: Minor comment language fix.
Christian Heller [Wed, 17 Feb 2016 00:57:20 +0000 (01:57 +0100)]
Client: Minor comment language fix.

8 years agoServer: Fix bug in action_exists().
Christian Heller [Wed, 17 Feb 2016 00:56:52 +0000 (01:56 +0100)]
Server: Fix bug in action_exists().

8 years agoServer: Ignore calls to action names with undefined ThingActions.
Christian Heller [Sat, 6 Feb 2016 01:59:08 +0000 (02:59 +0100)]
Server: Ignore calls to action names with undefined ThingActions.

8 years agoServer: Force control for proper map length before world generation.
Christian Heller [Sat, 6 Feb 2016 01:37:09 +0000 (02:37 +0100)]
Server: Force control for proper map length before world generation.

8 years agoServer: Make world initialization conf file choosable.
Christian Heller [Sat, 6 Feb 2016 00:26:24 +0000 (01:26 +0100)]
Server: Make world initialization conf file choosable.

8 years agoUpdate testing script.
Christian Heller [Fri, 5 Feb 2016 23:58:54 +0000 (00:58 +0100)]
Update testing script.

8 years agoAdd copyright notice (year).
Christian Heller [Sun, 31 Jan 2016 22:41:17 +0000 (23:41 +0100)]
Add copyright notice (year).

8 years agoAdd GPL notices to all source files.
Christian Heller [Sun, 31 Jan 2016 22:38:27 +0000 (23:38 +0100)]
Add GPL notices to all source files.

8 years agoServer: Split in many files, reorganize code slightly to fit change.
Christian Heller [Sun, 31 Jan 2016 22:31:14 +0000 (23:31 +0100)]
Server: Split in many files, reorganize code slightly to fit change.

8 years agoServer: Start modularizing into separate files.
Christian Heller [Wed, 27 Jan 2016 22:54:38 +0000 (23:54 +0100)]
Server: Start modularizing into separate files.

8 years agoChange path of server run data directory from server/ to server_run/.
Christian Heller [Wed, 27 Jan 2016 22:21:53 +0000 (23:21 +0100)]
Change path of server run data directory from server/ to server_run/.

8 years agoClient: Add TODO comment.
Christian Heller [Wed, 27 Jan 2016 22:16:33 +0000 (23:16 +0100)]
Client: Add TODO comment.

8 years agoClient: Make worldstate file data reading order configurable.
Christian Heller [Wed, 27 Jan 2016 22:10:10 +0000 (23:10 +0100)]
Client: Make worldstate file data reading order configurable.

8 years agoClient: Minor refactorings.
Christian Heller [Wed, 27 Jan 2016 21:20:49 +0000 (22:20 +0100)]
Client: Minor refactorings.

8 years agoClient: More refactoring.
Christian Heller [Sat, 9 Jan 2016 18:00:01 +0000 (19:00 +0100)]
Client: More refactoring.

8 years agoClient: Remove debugging code, superfluous whitespace.
Christian Heller [Sat, 9 Jan 2016 17:06:44 +0000 (18:06 +0100)]
Client: Remove debugging code, superfluous whitespace.

8 years agoClient: Restructure into modules below client/.
Christian Heller [Fri, 18 Dec 2015 02:11:37 +0000 (03:11 +0100)]
Client: Restructure into modules below client/.

8 years agoRemove AGPLv3 file no longer needed due to redo drop.
Christian Heller [Wed, 16 Dec 2015 02:06:08 +0000 (03:06 +0100)]
Remove AGPLv3 file no longer needed due to redo drop.

8 years agoSimplify initial start by automatically building libplomrogue.so.
Christian Heller [Wed, 16 Dec 2015 01:52:35 +0000 (02:52 +0100)]
Simplify initial start by automatically building libplomrogue.so.

8 years agoClient: Fix win_map() confusion when map smaller than window.
Christian Heller [Wed, 16 Dec 2015 01:49:40 +0000 (02:49 +0100)]
Client: Fix win_map() confusion when map smaller than window.

8 years agoFix testing script.
Christian Heller [Wed, 16 Dec 2015 01:40:03 +0000 (02:40 +0100)]
Fix testing script.

8 years agoAdd build script forgotten in last commit.
Christian Heller [Wed, 16 Dec 2015 01:38:25 +0000 (02:38 +0100)]
Add build script forgotten in last commit.

8 years agoReplace old with new client, drop redo system needed to build old one.
Christian Heller [Wed, 16 Dec 2015 01:36:32 +0000 (02:36 +0100)]
Replace old with new client, drop redo system needed to build old one.

8 years agoServer: Remove log_help(), this should be serverd by the client.
Christian Heller [Wed, 16 Dec 2015 01:03:58 +0000 (02:03 +0100)]
Server: Remove log_help(), this should be serverd by the client.

8 years agoNew client: Add quick help text to log start.
Christian Heller [Wed, 16 Dec 2015 01:02:58 +0000 (02:02 +0100)]
New client: Add quick help text to log start.

8 years agoServer: Correct initial log message.
Christian Heller [Wed, 16 Dec 2015 00:51:38 +0000 (01:51 +0100)]
Server: Correct initial log message.

8 years agoNew client: Add things_here scrolling, remove debugging code.
Christian Heller [Wed, 16 Dec 2015 00:47:49 +0000 (01:47 +0100)]
New client: Add things_here scrolling, remove debugging code.

8 years agoNew client: Add window titles.
Christian Heller [Wed, 16 Dec 2015 00:36:24 +0000 (01:36 +0100)]
New client: Add window titles.

8 years agoNew client: Remove unneeded outcommented code.
Christian Heller [Wed, 16 Dec 2015 00:20:00 +0000 (01:20 +0100)]
New client: Remove unneeded outcommented code.

8 years agoNew client: Add ai command.
Christian Heller [Wed, 16 Dec 2015 00:18:45 +0000 (01:18 +0100)]
New client: Add ai command.

8 years agoNew client: Add use command.
Christian Heller [Wed, 16 Dec 2015 00:16:35 +0000 (01:16 +0100)]
New client: Add use command.

8 years agoNew client: Add drop command.
Christian Heller [Wed, 16 Dec 2015 00:14:19 +0000 (01:14 +0100)]
New client: Add drop command.

8 years agoNew client: Add inventory selection / inventory window scrolling.
Christian Heller [Wed, 16 Dec 2015 00:09:43 +0000 (01:09 +0100)]
New client: Add inventory selection / inventory window scrolling.

8 years agoNew client: Remove duplicate code.
Christian Heller [Tue, 15 Dec 2015 23:26:02 +0000 (00:26 +0100)]
New client: Remove duplicate code.

8 years agoNew client: Add commands for picking up and waiting.
Christian Heller [Tue, 15 Dec 2015 23:22:26 +0000 (00:22 +0100)]
New client: Add commands for picking up and waiting.

8 years agoNew client: Add look mode things_here listing.
Christian Heller [Tue, 15 Dec 2015 01:34:02 +0000 (02:34 +0100)]
New client: Add look mode things_here listing.

8 years agoNew client: Fix jittery diagonal movement in map.
Christian Heller [Tue, 15 Dec 2015 00:13:16 +0000 (01:13 +0100)]
New client: Fix jittery diagonal movement in map.

8 years agoNew client: Remove curses screen flickering.
Christian Heller [Mon, 14 Dec 2015 23:56:26 +0000 (00:56 +0100)]
New client: Remove curses screen flickering.

8 years agoNew client: Add avatar and look mode movement.
Christian Heller [Sat, 5 Dec 2015 15:33:19 +0000 (16:33 +0100)]
New client: Add avatar and look mode movement.

8 years agoNew client: Add look mode toggler (useless so far without movement).
Christian Heller [Sun, 29 Nov 2015 22:59:57 +0000 (23:59 +0100)]
New client: Add look mode toggler (useless so far without movement).

8 years agoNew client: Add colors to map window.
Christian Heller [Sun, 29 Nov 2015 22:15:18 +0000 (23:15 +0100)]
New client: Add colors to map window.

8 years agoNew client: Scroll map window with player avatar.
Christian Heller [Sun, 29 Nov 2015 22:06:07 +0000 (23:06 +0100)]
New client: Scroll map window with player avatar.

8 years agoNew client: Proper indentation.
Christian Heller [Sat, 28 Nov 2015 14:33:17 +0000 (15:33 +0100)]
New client: Proper indentation.

8 years agoNew client: Add (ugly) pov and memory map display.
Christian Heller [Sat, 28 Nov 2015 14:32:42 +0000 (15:32 +0100)]
New client: Add (ugly) pov and memory map display.

8 years agoNew clinet: Add workaround for ncurses' last-char-on-window issue.
Christian Heller [Sat, 28 Nov 2015 13:48:46 +0000 (14:48 +0100)]
New clinet: Add workaround for ncurses' last-char-on-window issue.

8 years agoNew client: Read in player position and map size.
Christian Heller [Sat, 28 Nov 2015 11:44:13 +0000 (12:44 +0100)]
New client: Read in player position and map size.

8 years agoNew client: Read/display inventory.
Christian Heller [Sat, 28 Nov 2015 11:41:05 +0000 (12:41 +0100)]
New client: Read/display inventory.

8 years agoServer: Change out file mode to "a", fixes writes to it from elsewhere.
Christian Heller [Sun, 22 Nov 2015 22:41:06 +0000 (23:41 +0100)]
Server: Change out file mode to "a", fixes writes to it from elsewhere.

8 years agoNew client: Improve code readability.
Christian Heller [Sun, 22 Nov 2015 22:27:46 +0000 (23:27 +0100)]
New client: Improve code readability.

8 years agoNew client: Add log reading, log window.
Christian Heller [Sun, 22 Nov 2015 22:26:03 +0000 (23:26 +0100)]
New client: Add log reading, log window.

8 years agoNew client: Handle width of stats window more flexibly.
Christian Heller [Sun, 22 Nov 2015 20:11:07 +0000 (21:11 +0100)]
New client: Handle width of stats window more flexibly.

8 years agoNew client: Add dedicated stats window, read HP and Satiation score.
Christian Heller [Sun, 22 Nov 2015 20:06:35 +0000 (21:06 +0100)]
New client: Add dedicated stats window, read HP and Satiation score.

8 years agoNew client: Test worldstate file for changes, read in turn number.
Christian Heller [Sun, 22 Nov 2015 19:42:50 +0000 (20:42 +0100)]
New client: Test worldstate file for changes, read in turn number.

8 years agoNew client: Remove debugging code.
Christian Heller [Sat, 7 Nov 2015 20:54:50 +0000 (21:54 +0100)]
New client: Remove debugging code.

8 years agoNew client: Reorganize code.
Christian Heller [Sat, 7 Nov 2015 20:54:31 +0000 (21:54 +0100)]
New client: Reorganize code.

8 years agoNew client: Reorganize code.
Christian Heller [Sat, 7 Nov 2015 20:47:22 +0000 (21:47 +0100)]
New client: Reorganize code.

8 years agoNew client: Reorganize code.
Christian Heller [Sat, 7 Nov 2015 20:43:36 +0000 (21:43 +0100)]
New client: Reorganize code.

8 years agoNew client: Remove debugging code.
Christian Heller [Sat, 7 Nov 2015 20:37:17 +0000 (21:37 +0100)]
New client: Remove debugging code.

8 years agoNew client: Reset delay after screen redraw.
Christian Heller [Sat, 7 Nov 2015 20:36:34 +0000 (21:36 +0100)]
New client: Reset delay after screen redraw.

8 years agoNew client: Read messages from file into message queue.
Christian Heller [Sat, 7 Nov 2015 20:36:12 +0000 (21:36 +0100)]
New client: Read messages from file into message queue.

8 years agoNew client: Only redraw screen when content change can be assumed.
Christian Heller [Sat, 7 Nov 2015 19:39:12 +0000 (20:39 +0100)]
New client: Only redraw screen when content change can be assumed.

8 years agoNew client: Grow server/client IO, add ping/pong test, polling rump.
Christian Heller [Sat, 7 Nov 2015 19:33:02 +0000 (20:33 +0100)]
New client: Grow server/client IO, add ping/pong test, polling rump.

8 years agoNew client: Structure flow with try-except-finally.
Christian Heller [Tue, 3 Nov 2015 21:29:22 +0000 (22:29 +0100)]
New client: Structure flow with try-except-finally.

8 years agoNew client: Add client->server communication, with QUIT command.
Christian Heller [Sat, 31 Oct 2015 12:13:41 +0000 (13:13 +0100)]
New client: Add client->server communication, with QUIT command.

8 years agoNew client: Set up rump command DB infrastructure.
Christian Heller [Sat, 31 Oct 2015 11:56:19 +0000 (12:56 +0100)]
New client: Set up rump command DB infrastructure.

8 years agoNew client: Minor variable renaming (make it more descriptive).
Christian Heller [Sat, 31 Oct 2015 11:38:09 +0000 (12:38 +0100)]
New client: Minor variable renaming (make it more descriptive).

8 years agoNew client: Minor code reorganization.
Christian Heller [Sat, 31 Oct 2015 11:33:16 +0000 (12:33 +0100)]
New client: Minor code reorganization.

8 years agoNew client: Outcomment line that's probably not needed.
Christian Heller [Sat, 31 Oct 2015 11:22:57 +0000 (12:22 +0100)]
New client: Outcomment line that's probably not needed.

8 years agoNew client: Add scroll hints.
Christian Heller [Sat, 31 Oct 2015 11:21:43 +0000 (12:21 +0100)]
New client: Add scroll hints.

8 years agoNew client: Add basic window scroll hints.
Christian Heller [Fri, 25 Sep 2015 03:55:48 +0000 (05:55 +0200)]
New client: Add basic window scroll hints.

8 years agoNew client: Fix crashes from window resizing.
Christian Heller [Fri, 25 Sep 2015 03:11:31 +0000 (05:11 +0200)]
New client: Fix crashes from window resizing.

8 years agoNew client: Read Q as quit signal.
Christian Heller [Fri, 25 Sep 2015 02:17:52 +0000 (04:17 +0200)]
New client: Read Q as quit signal.

8 years agoNew client: Handle window resizing.
Christian Heller [Fri, 25 Sep 2015 02:11:25 +0000 (04:11 +0200)]
New client: Handle window resizing.

8 years agoMinor code/comment-stylistic improvements.
Christian Heller [Tue, 22 Sep 2015 23:37:10 +0000 (01:37 +0200)]
Minor code/comment-stylistic improvements.

8 years agoAdd beginnings of Python client.
Christian Heller [Wed, 16 Sep 2015 03:09:53 +0000 (05:09 +0200)]
Add beginnings of Python client.

8 years agoAdd basic plugin infrastructure.
Christian Heller [Mon, 14 Sep 2015 03:08:38 +0000 (05:08 +0200)]
Add basic plugin infrastructure.

8 years agoMake log messages more expressive, remove never-called ones.
Christian Heller [Wed, 9 Sep 2015 04:08:08 +0000 (06:08 +0200)]
Make log messages more expressive, remove never-called ones.

8 years agoAdd forgiving checks for player mistakes.
Christian Heller [Wed, 9 Sep 2015 03:58:20 +0000 (05:58 +0200)]
Add forgiving checks for player mistakes.