2008-03-28 |
Sverre Rabbelier | Seems like a change, but is just a global extra tab...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Associate a character with their account when creating...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | EditorNewAccount is in a sense the same as EditorAccountLogi...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Enabled listing of characters per account.
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Made UBSocket::GetAccount return an AccountPtr as it...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Updated the testcase to match the new structure.
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Removed a TODO since it is the proper way to handle...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Regenerated the DAL with the fixed generator.
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Fixed a bug in the generator.
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Moved the reachability check to a seperate function...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Added a feature to the Values bucket, you can now specify...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Apparently I had not yet made KeyValue a subclass of...
|
commit | commitdiff | tree |
2008-03-28 |
Sverre Rabbelier | Made Join more explicit.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Moved global g_shutdown to Global.cpp, obvious place...
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Pass through empty lines to the EditorNew*, since they...
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Use an std::list instead of an std::stack to store...
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Don't allow prefixes in EditorOOC nor EditorAccountLogin.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | More -static related stuff.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Added a MN target to the projects that uses -static.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Explicitly forbid calling singletons while shutting...
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Trivial bugfix.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Put some fallback mechanisms in place so that when...
|
commit | commitdiff | tree |
2008-03-27 |
Vegard Nossum | Fixed assert in EditorOOC
|
commit | commitdiff | tree |
2008-03-27 |
Vegard Nossum | Convert some error reports to assertions.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Fixed a bug that caused the mud to crash when someone...
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Moved SendPrompt up to UBSocket where it should be.
|
commit | commitdiff | tree |
2008-03-27 |
Sverre Rabbelier | Silly bug that broke '@who' etc.
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | You can now use '.' when switching from the Area editor...
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | Allow to filter on a specific room in EditorRoom.
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | Made List in RoomManager accept an Area to filter on.
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | Added an explicit 'filter' command to EditorChunk.
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | Provide with a default empty argument to List() in...
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | Added getID() to area.
|
commit | commitdiff | tree |
2008-03-26 |
Sverre Rabbelier | Added a 'filter' option to EditorChunk.
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | Houston, we support 1-MANY joins!
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | Major rename... yay for manual labour. (Key->KeyValue).
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | Tested and working!
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | It's not empyt anymore.
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | Massive refactor to improve the Key/Field system.
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | A Key is a Field.
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | Small bugfix.
|
commit | commitdiff | tree |
2008-03-19 |
Sverre Rabbelier | More support for foreign keys, but still not perfect.
|
commit | commitdiff | tree |
2008-03-17 |
Sverre Rabbelier | Put ForeignKey in place with the Generator.
|
commit | commitdiff | tree |
2008-03-17 |
Sverre Rabbelier | Added a ForeignKey object.
|
commit | commitdiff | tree |
2008-03-17 |
Sverre Rabbelier | More preparation for Relation restrictions.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Stubs for Relation constraints.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | SelectionMask now works! (Tested it too!)
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Updated the makefile and the TestCase makefile/project.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Libified the core.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a 'Values' bucket.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Allow for a 'select all' query.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Finished SelectionMask, result is now parsed.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Implemented binding for SelectMulti.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Use assertion in SqliteMgr.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added 'addField' to SelectionMask (e.g., you can now...
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Stubs for SelectMulti.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added the beginning of editor filtering.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a shortcut to EditorDetail in EditorArea.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a DetailArea table.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a shortcut to EditorDetail in EditorChunk.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a shortcut to EditorChunk in EditorDetail.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a 'discard' command to the OLCEditor.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Hooked the Discard functionality into Savable.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added discard functionality to SavableManager.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a shortcute to EditorDetail in EditorOLC.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a shortcute to EditorDetail in EditorRoom.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Made EditorDetail a standalone editor.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a startRooms command to EditorArea.
|
commit | commitdiff | tree |
2008-03-16 |
Sverre Rabbelier | Added a 'quit' command to the OOC editor.
|
commit | commitdiff | tree |
2008-03-15 |
Sverre Rabbelier | Sorted the tables.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Use '?' as universal 'list commands' command.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | listCommands pretification.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorAccount.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorArea.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorChunk.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorColour.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorCommand.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorDetail.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorGranGroup.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorMobile.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted OLCEditor.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorOLC.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorOOC.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorPermission.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorPlaying.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted OLCEditor.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Converted EditorSector.
|
commit | commitdiff | tree |
2008-03-14 |
Sverre Rabbelier | Merge branch 'master' into sverre-command-tables
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Now you won't see ooc msgs when not logged in yet.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Add the ooc chan when initializing.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Added some preliminary channel support.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Added an EchoManager.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Don't advertise something you don't implement.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Added Echo class.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | I like 'Visibility' better than 'Visuality', lol.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Added echo's.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Pimp my diff.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Houston, we have a diff.
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | Merge branch 'master' of git+ssh://sverre-ubuntu@repo...
|
commit | commitdiff | tree |
2008-03-13 |
Sverre Rabbelier | mini-commit.
|
commit | commitdiff | tree |