Commit graph

23 commits

Author SHA1 Message Date
Aaron Vinson
364c26f1b1 update readme 2018-05-18 13:47:58 -07:00
Aaron Vinson
290990e689 improved docs, add docker-compose.yml 2018-05-18 13:47:42 -07:00
Aaron Vinson
ae822ae1fd Merge pull request #6 from blakepell/master
sprintf in quickmud help logging fixed to display the characters name…
2016-01-08 11:55:41 -08:00
Blake Pell
bea9ec1041 sprintf in quickmud help logging fixed to display the characters name and not memory garble from the ch pointer. 2016-01-08 10:06:52 -05:00
Aaron Vinson
2a647164b9 Merge pull request #5 from blakepell/master
Small stock ROM memory leak fix in loading shops where a SHOP_DATA wa…
2015-12-31 15:55:53 -08:00
Blake Pell
a4f6d4cff1 Small stock ROM memory leak fix in loading shops where a SHOP_DATA was allocated and in rare cases left hanging in the ether. 2015-12-31 18:52:44 -05:00
Aaron Vinson
d28789db1f fix missing player directory in Dockerfile 2015-12-17 11:24:01 -08:00
Aaron Vinson
735a3e105d Update README.md 2015-08-23 23:33:58 -07:00
Aaron Vinson
cd1f063825 Update README.md 2015-08-23 23:28:35 -07:00
Aaron Vinson
186657b244 Update README.md 2015-08-23 23:22:41 -07:00
Aaron Vinson
d52a9b3c17 Merge pull request #3 from blakepell/master
LGTM
2015-05-13 18:35:47 -07:00
Blake Pell
7c392e829f do_copyover bug fix to alleviate long running QuickMUD bug that allows half created characters to login (at level 0) or even worse login as any character without a password. 2015-05-13 14:08:07 -04:00
Aaron Vinson
108d16b50e Update README.md 2015-04-24 02:40:23 -07:00
Aaron Vinson
cbe42c8e65 new readme for docker 2015-04-24 02:39:39 -07:00
Aaron Vinson
aac653573c first Dockerfile checkin 2015-04-24 02:34:00 -07:00
Aaron Vinson
2fd8a59cb7 Merge pull request #2 from blakepell/RomStartupCopyoverFix
Rom startup/copyover fix
2015-04-08 13:15:37 -07:00
Blake Pell
6762984fa4 do_copyover fix - was failing due to trying to use ../src/rom instead of ../area/rom 2015-04-08 16:00:45 -04:00
Blake Pell
81376dc9ec Changed the startup to start ../area/rom instead of ../src/rom. The default Makefile was building rom to area instead of src. 2015-04-08 15:37:00 -04:00
Aaron Vinson
bd82411fe5 Merge pull request #1 from blakepell/RomMakefileUpdate
Makefile update: Added mkdir -p for the OBJ_DIR.  This will help the src...
2015-04-08 12:04:58 -07:00
Blake Pell
ce30a75559 Makefile update: Added mkdir -p for the OBJ_DIR. This will help the src compile the first time on (at least on Ubuntu) without first making the obj dir manually. 2015-04-08 14:14:51 -04:00
Aaron Vinson
309c3c9a99 fix formatting a bit 2014-07-22 12:56:56 -07:00
Aaron Vinson
8a67ab8b15 initial 2014-07-22 07:06:47 +00:00
avinson
67120426ce Initial commit 2014-07-22 00:02:58 -07:00