Commit graph

22 commits

Author SHA1 Message Date
Greg Taylor
4641aa8a4e Some more @list work and help system cleanup. 2007-01-02 04:19:53 +00:00
Greg Taylor
c3ce3451b3 Fixed a really obnoxious path/namespace problem. Hooray. 2007-01-02 00:05:29 +00:00
Greg Taylor
0adfd4d45c Finally found and fixed the problem with editing objects in the admin interface. 2007-01-01 23:38:59 +00:00
Greg Taylor
c66c93ad0b Getting ready for ANSI handling, some SQLite3 optimizations (hopefully). 2006-12-24 06:38:08 +00:00
Greg Taylor
df393d4bf0 Converted the game configuration stuff to its own module. 2006-12-22 06:17:17 +00:00
Greg Taylor
925cfe6c15 More session stuff, event code re-arrangement. 2006-12-22 02:43:29 +00:00
Greg Taylor
d883d67638 Session transition phase 1. 2006-12-22 01:40:40 +00:00
Greg Taylor
6bb2be6068 You can now @destroy objects and players. Fine-tuning of misc. stuff also. 2006-12-22 00:51:26 +00:00
Greg Taylor
81d9eb313a I'm pretty much ditching all of the caching I was doing for the sake of simplicity and probably not being necessary. I've attempted to commit something that is more or less identical to the previous revision in functionality, but completely different under the hood. Going to need a lot of testing to verify everything is working. 2006-12-21 09:12:38 +00:00
Greg Taylor
1b03c8cf31 We now have a fully functional @set command, complete with flags and attributes. 2006-12-17 07:31:01 +00:00
Greg Taylor
833d7b3b45 We now have a working flags system. Yay. 2006-12-17 06:46:44 +00:00
Greg Taylor
54fc8f2b76 Small change to shutdown routine. 2006-12-05 23:36:08 +00:00
Greg Taylor
9f558f3b24 Addition of a few common commands. 2006-12-05 22:06:50 +00:00
Greg Taylor
534f008e08 Ew, why was this added? 2006-12-05 21:28:17 +00:00
Greg Taylor
27b31f8cbe Adding the new event scheduler. 2006-12-05 20:57:45 +00:00
Greg Taylor
d7cf02e8c0 Re-arrangement. I almost have things organized how I want them. 2006-12-05 20:25:07 +00:00
Greg Taylor
d37da87078 One more consistency fix. 2006-12-04 20:35:37 +00:00
Greg Taylor
52d7a43bc6 @teleport is now working. Standardized some more stuff, organized some other stuff. 2006-12-04 20:31:39 +00:00
Greg Taylor
703fddcb7f Big big update. Lots of reorganization and shuffling. 2006-12-03 00:25:10 +00:00
Greg Taylor
2cd8c50f3d Pretty sizable update.
* Finished the major work on the command interpreter. Still needs to do some stripping of funky characters for the sake of security, probably.
* Account creation is now syncd up with the regular object list.
* We can now determine our next free database reference number for the creation of new objects, very similar to MUX/MUSH.
* Added some of the stuff we're going to need for efficient recycling of garbage objects.
* Misc. tweaks and improvements across the board.
2006-11-28 21:51:36 +00:00
Greg Taylor
aabce6e7e3 This is a rather big update, encompassing quite a few areas that will lead to what I hope will be a very easy to modify yet flexible codebase. New stuff includes:
* A simple command parser that supports MUX/MUSH-style switches.
* Global command alias support. Aliases can be edited via web interface or SQL.
* A new SQL-based configuration system that can be edited directly or via a Django web interface.
* The listen port is now configurable via aforementioned config system instead of hard-wired as it was previously. Yick :)
2006-11-26 23:11:11 +00:00
Greg Taylor
fa21a35fe4 More re-arrangements. 2006-11-20 18:56:23 +00:00
Renamed from trunk/server.py (Browse further)