Greg Taylor
|
37d66093cc
|
Addition of a re-usable CommandTable class. We still have two global command tables that are now instances of this class. Game developers will use methods on CommandTable to add their own commands without modifying the base server code.
This is also in preparation of allowing commands to be present on objects via their script parents.
|
2008-12-14 01:49:37 +00:00 |
|
Greg Taylor
|
51a911d048
|
We now access the scriptlink by calling object.scriptlink instead of get_scriptlink. Shortens the typage a little and allows for some less complex fun possibilities down the road.
|
2008-06-21 02:05:44 +00:00 |
|
loki77
|
186dcc17c5
|
Fixed bad indentation.
|
2008-06-17 00:38:59 +00:00 |
|
Greg Taylor
|
a954069776
|
Finished moving stuff around, things should be in mostly working order now.
|
2008-06-15 20:31:25 +00:00 |
|
Greg Taylor
|
ff98ede98f
|
Moving the logging system to src/
|
2008-06-15 20:15:12 +00:00 |
|
Greg Taylor
|
811016867b
|
Comsys moved to src/
|
2008-06-15 19:41:27 +00:00 |
|
Greg Taylor
|
4bb00013ae
|
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
|
2008-06-15 19:38:39 +00:00 |
|