victrix-abyssi
12 years agoDinking about with workflows and updating README
Martin Read [Sat, 8 Feb 2014 19:05:06 +0000 (19:05 +0000)]
Dinking about with workflows and updating README

12 years agoRemove external compressor call; correctly process the game tick when saving and...
Martin Read [Sat, 8 Feb 2014 18:56:49 +0000 (18:56 +0000)]
Remove external compressor call; correctly process the game tick when saving and loading

12 years agoNeronic shuffling
Martin Read [Sat, 8 Feb 2014 17:48:53 +0000 (17:48 +0000)]
Neronic shuffling

12 years agoAdded stub point for configuration files to happen
Martin Read [Sat, 8 Feb 2014 17:44:30 +0000 (17:44 +0000)]
Added stub point for configuration files to happen

12 years agoBall-of-mud change for various things.
Martin Read [Sat, 8 Feb 2014 17:14:41 +0000 (17:14 +0000)]
Ball-of-mud change for various things.

12 years agoFixing serious bug with try count
Martin Read [Sat, 8 Feb 2014 17:13:31 +0000 (17:13 +0000)]
Fixing serious bug with try count

12 years agoShutting up the compiler; first steps on combo tracker; cleanup of stale code
Martin Read [Sat, 8 Feb 2014 17:12:36 +0000 (17:12 +0000)]
Shutting up the compiler; first steps on combo tracker; cleanup of stale code

12 years agoNew RNG (Bob Jenkins' small non-crypto PRNG) that actually matches whatever I took...
Martin Read [Sat, 8 Feb 2014 17:11:31 +0000 (17:11 +0000)]
New RNG (Bob Jenkins' small non-crypto PRNG) that actually matches whatever I took it from.

12 years agoCreated internal-use debian/ directory and a copyright file
Martin Read [Sat, 8 Feb 2014 17:10:50 +0000 (17:10 +0000)]
Created internal-use debian/ directory and a copyright file

12 years agoUnicode tile loader now checks return value of mbtowc but doesn't know what to do...
Martin Read [Sat, 8 Feb 2014 17:09:25 +0000 (17:09 +0000)]
Unicode tile loader now checks return value of mbtowc but doesn't know what to do with it; 'W'ear command now behaves correctly

12 years agoPermobj now has a flags field; NOTIFY_EQUIP flag now in use; pobj_comp updated accord...
Martin Read [Sat, 8 Feb 2014 17:08:09 +0000 (17:08 +0000)]
Permobj now has a flags field; NOTIFY_EQUIP flag now in use; pobj_comp updated accordingly

12 years agoRelocated licence text to COPYING for Debian-friendliness
Martin Read [Sat, 8 Feb 2014 17:05:48 +0000 (17:05 +0000)]
Relocated licence text to COPYING for Debian-friendliness

12 years agoRelocated manpage into a subdirectory
Martin Read [Sat, 8 Feb 2014 17:02:46 +0000 (17:02 +0000)]
Relocated manpage into a subdirectory

12 years agoFixed small typo in manpage
Martin Read [Sat, 8 Feb 2014 16:54:59 +0000 (16:54 +0000)]
Fixed small typo in manpage

12 years agoAdded skeletal man page
Martin Read [Sat, 8 Feb 2014 16:54:26 +0000 (16:54 +0000)]
Added skeletal man page

12 years agoBig ball-of-mud commit after making the Level internal rep use Chunks
Martin Read [Fri, 7 Feb 2014 22:01:52 +0000 (22:01 +0000)]
Big ball-of-mud commit after making the Level internal rep use Chunks

12 years agoAdd comparators to Coord/Offset
Martin Read [Fri, 7 Feb 2014 21:58:31 +0000 (21:58 +0000)]
Add comparators to Coord/Offset

12 years agoDon't track core dumps
Martin Read [Fri, 7 Feb 2014 21:58:01 +0000 (21:58 +0000)]
Don't track core dumps

12 years agoMade zombies less stupidly hard-hitting.
Martin Read [Tue, 21 Jan 2014 20:28:19 +0000 (20:28 +0000)]
Made zombies less stupidly hard-hitting.

12 years agoFix pobj_comp to actually mark potions as potions!
Martin Read [Tue, 21 Jan 2014 20:07:24 +0000 (20:07 +0000)]
Fix pobj_comp to actually mark potions as potions!

12 years agoMoved level-gain notification to produce better message flow
Martin Read [Tue, 21 Jan 2014 18:18:07 +0000 (18:18 +0000)]
Moved level-gain notification to produce better message flow

12 years agoUpdating Manifest to reflect new architecture
Martin Read [Tue, 21 Jan 2014 18:17:51 +0000 (18:17 +0000)]
Updating Manifest to reflect new architecture

12 years agoMaking the new notification backend part of the build
Martin Read [Tue, 21 Jan 2014 18:17:10 +0000 (18:17 +0000)]
Making the new notification backend part of the build

12 years agoAdded new files for the notification mechanism
Martin Read [Tue, 21 Jan 2014 18:15:59 +0000 (18:15 +0000)]
Added new files for the notification mechanism

12 years agoImproved README slightly
Martin Read [Tue, 21 Jan 2014 16:42:12 +0000 (16:42 +0000)]
Improved README slightly

12 years agoAdded a license and a markdown README
Martin Read [Tue, 21 Jan 2014 16:40:33 +0000 (16:40 +0000)]
Added a license and a markdown README

12 years agoIncremental checkpoint for project "No prose in the game engine"
Martin Read [Tue, 21 Jan 2014 16:16:23 +0000 (16:16 +0000)]
Incremental checkpoint for project "No prose in the game engine"

12 years agoMakefile now generates generatable files before building archive
Martin Read [Mon, 20 Jan 2014 14:49:11 +0000 (14:49 +0000)]
Makefile now generates generatable files before building archive

12 years agoAdded permobj compiler and pobj_id.hh to MANIFEST
Martin Read [Mon, 20 Jan 2014 14:46:42 +0000 (14:46 +0000)]
Added permobj compiler and pobj_id.hh to MANIFEST

12 years agoRemoving a silly.
Martin Read [Mon, 20 Jan 2014 14:45:09 +0000 (14:45 +0000)]
Removing a silly.

12 years agoMore doxygen comments; removal of a code corpse
Martin Read [Mon, 20 Jan 2014 14:44:27 +0000 (14:44 +0000)]
More doxygen comments; removal of a code corpse

12 years agoUpdating gitignore for changes to pobj handling
Martin Read [Sat, 18 Jan 2014 14:36:18 +0000 (14:36 +0000)]
Updating gitignore for changes to pobj handling

12 years agoResolving impact of the changes to item database handling
Martin Read [Sat, 18 Jan 2014 14:35:44 +0000 (14:35 +0000)]
Resolving impact of the changes to item database handling

12 years agoAdded human-friendly version of permobj database
Martin Read [Sat, 18 Jan 2014 13:49:38 +0000 (13:49 +0000)]
Added human-friendly version of permobj database

12 years agoCreated permobj data parser
Martin Read [Sat, 18 Jan 2014 13:48:56 +0000 (13:48 +0000)]
Created permobj data parser

12 years agoA jumble of const resequencing and some actual development
Martin Read [Sat, 18 Jan 2014 09:38:26 +0000 (09:38 +0000)]
A jumble of const resequencing and some actual development

12 years agoAdding Doxyfile to MANIFEST
Martin Read [Sat, 18 Jan 2014 09:37:54 +0000 (09:37 +0000)]
Adding Doxyfile to MANIFEST

12 years agoAdded C++11 dependency to Makefile
Martin Read [Wed, 8 Jan 2014 11:30:20 +0000 (11:30 +0000)]
Added C++11 dependency to Makefile

12 years agoAdded Doxygen configuration
Martin Read [Wed, 8 Jan 2014 11:11:16 +0000 (11:11 +0000)]
Added Doxygen configuration

12 years agoAdded .dump files to .gitignore
Martin Read [Sat, 4 Jan 2014 18:36:32 +0000 (18:36 +0000)]
Added .dump files to .gitignore

12 years agoAdjustment of constants relating to vision/display; possibly some more will need...
Martin Read [Tue, 12 Nov 2013 16:09:55 +0000 (16:09 +0000)]
Adjustment of constants relating to vision/display; possibly some more will need catching

12 years agoFixed numpad error in display-nc.cc
Martin Read [Tue, 12 Nov 2013 15:48:06 +0000 (15:48 +0000)]
Fixed numpad error in display-nc.cc

12 years agoFixed vikeys error in select_dir()
Martin Read [Tue, 12 Nov 2013 15:47:07 +0000 (15:47 +0000)]
Fixed vikeys error in select_dir()

12 years agoChanges to handling of obstructive terrain; no more listing every wall type!
Martin Read [Tue, 12 Nov 2013 15:36:59 +0000 (15:36 +0000)]
Changes to handling of obstructive terrain; no more listing every wall type!

12 years agoUse the terrain properties array to get symbols and colours for terrain
Martin Read [Tue, 12 Nov 2013 15:31:50 +0000 (15:31 +0000)]
Use the terrain properties array to get symbols and colours for terrain

12 years agoMore progress, I think...
Martin Read [Wed, 2 Oct 2013 19:50:42 +0000 (20:50 +0100)]
More progress, I think...

12 years agoMuch slaying of non-Coord coordinates. FOV is cleverer.
Martin Read [Tue, 1 Oct 2013 23:27:36 +0000 (00:27 +0100)]
Much slaying of non-Coord coordinates. FOV is cleverer.

12 years agoAdded mysign() specializations for Coord and Offset
Martin Read [Tue, 1 Oct 2013 21:21:16 +0000 (22:21 +0100)]
Added mysign() specializations for Coord and Offset

12 years agoUpdated MANIFEST to contain the correct list of files
Martin Read [Mon, 30 Sep 2013 22:52:21 +0000 (23:52 +0100)]
Updated MANIFEST to contain the correct list of files

12 years agoMore elimination of magic numbers; also, store evasion penalty in the item database.
Martin Read [Mon, 30 Sep 2013 22:49:07 +0000 (23:49 +0100)]
More elimination of magic numbers; also, store evasion penalty in the item database.

12 years agoDependency updates, much killing of magic numbers and boolification of booleans
Martin Read [Mon, 30 Sep 2013 22:35:13 +0000 (23:35 +0100)]
Dependency updates, much killing of magic numbers and boolification of booleans

12 years agoMiscellaneous refactoring - remove spurious field from permobj, kill magic numbers
Martin Read [Mon, 30 Sep 2013 22:16:59 +0000 (23:16 +0100)]
Miscellaneous refactoring - remove spurious field from permobj, kill magic numbers

12 years agoReplacing explicit -1's with NO_MON NO_OBJ etc.
Martin Read [Mon, 30 Sep 2013 21:05:45 +0000 (22:05 +0100)]
Replacing explicit -1's with NO_MON NO_OBJ etc.

12 years agoUpdates for how to say the player resists a thing and for colour names
Martin Read [Mon, 30 Sep 2013 20:33:01 +0000 (21:33 +0100)]
Updates for how to say the player resists a thing and for colour names

12 years agoAdded Coord/Offset header
Martin Read [Mon, 30 Sep 2013 20:13:16 +0000 (21:13 +0100)]
Added Coord/Offset header

12 years agoSaved game now contains terrain data instead of RNG state for level rebuild
Martin Read [Wed, 25 Sep 2013 19:23:44 +0000 (20:23 +0100)]
Saved game now contains terrain data instead of RNG state for level rebuild

12 years agoMoved all level data into a struct
Martin Read [Wed, 25 Sep 2013 19:18:35 +0000 (20:18 +0100)]
Moved all level data into a struct

12 years agoC++ conversion changes cxx-converted
Martin Read [Wed, 25 Sep 2013 18:52:07 +0000 (19:52 +0100)]
C++ conversion changes

12 years agoRename pursuant to making C++ification happen
Martin Read [Wed, 25 Sep 2013 18:31:52 +0000 (19:31 +0100)]
Rename pursuant to making C++ification happen

12 years agoTweaking layout probabilities and order of layout consideration.
Martin Read [Tue, 24 Sep 2013 19:46:17 +0000 (20:46 +0100)]
Tweaking layout probabilities and order of layout consideration.

12 years agoAssorted minor fixes and retabbing
Martin Read [Tue, 24 Sep 2013 19:45:03 +0000 (20:45 +0100)]
Assorted minor fixes and retabbing

12 years agoImproved knockback messages
Martin Read [Tue, 24 Sep 2013 19:44:35 +0000 (20:44 +0100)]
Improved knockback messages

12 years agoFixed non-cleanup of inventory banner
Martin Read [Tue, 24 Sep 2013 19:43:51 +0000 (20:43 +0100)]
Fixed non-cleanup of inventory banner

12 years agoAdded inward spiral path
Martin Read [Tue, 24 Sep 2013 19:43:33 +0000 (20:43 +0100)]
Added inward spiral path

12 years agoFixed moondrake breath
Martin Read [Tue, 24 Sep 2013 19:39:32 +0000 (20:39 +0100)]
Fixed moondrake breath

12 years agoDresses now degrade to ragged shifts when reduced to zero durability
Martin Read [Tue, 24 Sep 2013 18:37:25 +0000 (19:37 +0100)]
Dresses now degrade to ragged shifts when reduced to zero durability

12 years agoRemove stale debug message from u.c
Martin Read [Tue, 24 Sep 2013 18:37:17 +0000 (19:37 +0100)]
Remove stale debug message from u.c

12 years agoAdded outward-spiral tracer but did not test!
Martin Read [Mon, 23 Sep 2013 21:05:28 +0000 (22:05 +0100)]
Added outward-spiral tracer but did not test!

12 years agoAdd explanatory comments to fov.c and fix handling of centre-of-radiance.
Martin Read [Mon, 23 Sep 2013 19:38:26 +0000 (20:38 +0100)]
Add explanatory comments to fov.c and fix handling of centre-of-radiance.

12 years agoClean up inventory select display after conversion to ncursesw and remove special...
Martin Read [Mon, 23 Sep 2013 19:37:38 +0000 (20:37 +0100)]
Clean up inventory select display after conversion to ncursesw and remove special-casing of centre square in fog of war marking

12 years agoRemove unnecessary press_enter() call on levelup and improve prominence of death...
Martin Read [Mon, 23 Sep 2013 19:36:53 +0000 (20:36 +0100)]
Remove unnecessary press_enter() call on levelup and improve prominence of death notice

12 years agoFix bug in flask-throwing
Martin Read [Mon, 23 Sep 2013 19:36:37 +0000 (20:36 +0100)]
Fix bug in flask-throwing

12 years agoFoV code now behaves, setlocale() handling now in display-nc.c
Martin Read [Mon, 23 Sep 2013 18:34:57 +0000 (19:34 +0100)]
FoV code now behaves, setlocale() handling now in display-nc.c

12 years agoWhee! FoV appears to be functioning, which gives me explosions for nearly-free.
Martin Read [Sun, 22 Sep 2013 22:04:11 +0000 (23:04 +0100)]
Whee! FoV appears to be functioning, which gives me explosions for nearly-free.

12 years agoRenaming bmagic files to sorcery
Martin Read [Sun, 22 Sep 2013 15:54:23 +0000 (16:54 +0100)]
Renaming bmagic files to sorcery

12 years agoUpdating bmagic files to be sorcery
Martin Read [Sun, 22 Sep 2013 15:53:55 +0000 (16:53 +0100)]
Updating bmagic files to be sorcery

12 years agoSome cleanup of cavechop references
Martin Read [Sat, 21 Sep 2013 21:24:42 +0000 (22:24 +0100)]
Some cleanup of cavechop references

12 years agoCreating depot
Martin Read [Fri, 20 Sep 2013 20:26:27 +0000 (21:26 +0100)]
Creating depot