wmud/wmud
Gergely Polonkai 05baba32c3 Added display handler for log messages with CRITICAL severity 2013-01-06 21:45:03 +01:00
..
.gitignore Renamed directory src to wmud 2012-03-27 17:14:55 +02:00
Makefile.am Moved from direct SQLite to GDA 2013-01-06 21:41:29 +01:00
configuration.c Moved from direct SQLite to GDA 2013-01-06 21:41:29 +01:00
configuration.h Moved from direct SQLite to GDA 2013-01-06 21:41:29 +01:00
db.c Fixed loader debug messages 2013-01-06 21:43:58 +01:00
db.h Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
enumtypes.c Refactored WmudClientState to enumtypes.[ch] 2013-01-06 14:52:12 +01:00
enumtypes.c.template Refactored WmudClientState to enumtypes.[ch] 2013-01-06 14:52:12 +01:00
enumtypes.h Refactored WmudClientState to enumtypes.[ch] 2013-01-06 14:52:12 +01:00
enumtypes.h.template Refactored WmudClientState to enumtypes.[ch] 2013-01-06 14:52:12 +01:00
game-networking.c Fixed error - WmudPlayer was initialized with g_new0() instead of constructor 2013-01-06 21:44:23 +01:00
game-networking.h Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
game.c Restructured code for better readability 2013-01-02 02:04:53 +01:00
game.h Renamed directory src to wmud 2012-03-27 17:14:55 +02:00
interpreter.c Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
interpreter.h Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
main.c Added display handler for log messages with CRITICAL severity 2013-01-06 21:45:03 +01:00
main.h Fixed spacing of logger skeleton. Added initial comment to main.h 2012-05-18 15:53:48 +02:00
maintenance.c Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
maintenance.h Added the self-standard comments to maintenance.h 2012-03-29 17:58:58 +02:00
menu.c Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
menu.h Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
players.c Migrated the old wmudPlayer struct to the WmudPlayer GObject 2013-01-05 04:47:04 +01:00
players.h Fixed some header inclusions 2013-01-06 03:08:06 +01:00
texts.c Fixed some header inclusions 2013-01-06 03:08:06 +01:00
texts.h Fixed some header inclusions 2013-01-06 03:08:06 +01:00
wmudclient.c Removed unnecessary debug log line 2013-01-06 21:44:37 +01:00
wmudclient.h Refactored WmudClientState into a separate file 2013-01-06 04:28:59 +01:00
wmudclientstate.h Refactored WmudClientState to enumtypes.[ch] 2013-01-06 14:52:12 +01:00
wmudplayer.c Migrated the old wmudPlayer struct to the WmudPlayer GObject 2013-01-05 04:47:04 +01:00
wmudplayer.h Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
world.c Fixed typo in world.c error messages 2013-01-06 19:32:49 +01:00
world.h Almost finished world loading code 2012-03-30 19:53:47 +02:00