|
894b9bfafd
|
Fixed GTK-DOC related errors
|
2013-06-18 16:42:42 +02:00 |
|
|
07aadad43f
|
Updated sources to use GDA 5.0 instead of 4.0
|
2013-06-18 16:42:14 +02:00 |
|
|
6b3d2c870e
|
Changed my e-mail address
|
2013-06-10 21:38:15 +02:00 |
|
|
05baba32c3
|
Added display handler for log messages with CRITICAL severity
|
2013-01-06 21:45:03 +01:00 |
|
|
f819df8ad7
|
Removed unnecessary debug log line
|
2013-01-06 21:44:37 +01:00 |
|
|
7e3a908120
|
Fixed error - WmudPlayer was initialized with g_new0() instead of constructor
|
2013-01-06 21:44:23 +01:00 |
|
|
430eacc154
|
Fixed loader debug messages
|
2013-01-06 21:43:58 +01:00 |
|
|
bf8d67660a
|
Moved from direct SQLite to GDA
This can provide more flexibility with database backends. The provider
is still hard-coded SQLite!
|
2013-01-06 21:41:29 +01:00 |
|
|
55e49ef1a9
|
Fixed typo in world.c error messages
|
2013-01-06 19:32:49 +01:00 |
|
|
cdd4be1e59
|
Refactored WmudClientState to enumtypes.[ch]
enumtypes.[ch] will hold all future enums' GType equivalent
|
2013-01-06 14:52:12 +01:00 |
|
|
3ea30a812b
|
Fixed typo
Used g_warn() instead of g_warning()
|
2013-01-06 14:10:11 +01:00 |
|
|
ce5d5b1a62
|
Added the state-change signal for WmudClient
|
2013-01-06 04:31:11 +01:00 |
|
|
17ed835d09
|
Removed marshalers from signal definitions
They are actually not needed...
|
2013-01-06 04:30:01 +01:00 |
|
|
e9067920da
|
Refactored WmudClientState into a separate file
For GType'isation
|
2013-01-06 04:28:59 +01:00 |
|
|
2add2d6179
|
Fixed some header inclusions
|
2013-01-06 03:08:06 +01:00 |
|
|
992bfdf0c8
|
Added timestamp to the logs
|
2013-01-06 03:07:51 +01:00 |
|
|
54b5fe00aa
|
Moved network related functions to GLib signal handlers
connect, recv and close events are now handled by GLib signals
(connect, net-recv and net-hup, respectively)
|
2013-01-05 22:56:42 +01:00 |
|
|
b99f9e1ea2
|
Consolidated WmudClientState into wmudclient.[ch]
Meanwhile, wmud-types.h became obsolete, so removed it.
|
2013-01-05 21:17:43 +01:00 |
|
|
940686111d
|
Consolidated conf/.gitignore into main .gitignore file
|
2013-01-05 14:35:44 +01:00 |
|
|
7d3c343f17
|
Migrated the old wmudPlayer struct to the WmudPlayer GObject
|
2013-01-05 04:47:04 +01:00 |
|
|
1489be34bf
|
Migrated struct wmudClient to the WmudClient GObject
|
2013-01-05 03:43:31 +01:00 |
|
Gergely Polonkai (W00d5t0ck)
|
50a487b7e2
|
Removed the GIO SMTP startup
It is obsoleted in favor of libcurl
|
2013-01-02 20:01:42 +01:00 |
|
|
99a4164785
|
Removed stale TODO line
|
2013-01-02 10:41:39 +01:00 |
|
|
ca535b9d40
|
Made menu redisplaying possible
|
2013-01-02 02:39:45 +01:00 |
|
|
27a08947c3
|
Bug fix - freed a wrong menu structure
|
2013-01-02 02:39:34 +01:00 |
|
|
c2c14d107b
|
Refactored menu sending to a separate function
|
2013-01-02 02:39:20 +01:00 |
|
|
d87a26dbe1
|
Now checking if text file loading was successful
|
2013-01-02 02:18:47 +01:00 |
|
|
cca1c9df83
|
Finished code restructuring
|
2013-01-02 02:09:16 +01:00 |
|
|
8402455a87
|
Now issuing a warning if we are logging a debug message in non-debug mode
|
2013-01-02 02:08:06 +01:00 |
|
|
8cf82c0d8c
|
Added missing g_clear_error() in wmud_load_error()
|
2013-01-02 02:06:19 +01:00 |
|
|
b2ac190284
|
Refactored huge switch() in wmud_client_callback()
|
2013-01-02 02:05:53 +01:00 |
|
|
78b21fdb1a
|
Restructured code for better readability
|
2013-01-02 02:04:53 +01:00 |
|
|
f71ff426e5
|
Made some more cleanup in old-sources
|
2013-01-02 00:25:48 +01:00 |
|
|
3fe7b6aade
|
Cleaned up old (CircleMUD) stuff
|
2013-01-01 23:52:14 +01:00 |
|
Gergely POLONKAI (W00d5t0ck)
|
a72075a840
|
Created a NetBeans project
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-08-25 22:16:08 +02:00 |
|
Gergely POLONKAI (W00d5t0ck)
|
c96a9c13c8
|
Added LT_INIT to configure.ac
For later module loading support
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-08-25 22:14:03 +02:00 |
|
Gergely POLONKAI (W00d5t0ck)
|
059ff3b03a
|
Moved some TODO items to GitHub's issue tracker
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-08-25 22:13:16 +02:00 |
|
Polonkai Gergely
|
dceedb11ac
|
Now freeing previous menu list upon menu loading if any
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-05-21 14:17:34 +00:00 |
|
Gergely POLONKAI
|
8195c7d134
|
Extended .gitignore files
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 14:57:02 +02:00 |
|
Gergely POLONKAI
|
9895a2dc27
|
Added some hints to libgiosmtp source files
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 14:56:02 +02:00 |
|
Gergely POLONKAI
|
ab676b17a0
|
Added libtool specific files to .gitignore
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 12:41:27 +02:00 |
|
Gergely POLONKAI
|
527596d026
|
Added the libgiosmtp module, and hence libtool support
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 12:40:07 +02:00 |
|
Gergely POLONKAI
|
d718cc7405
|
Maintenance function now starts in every 10 minutes instead of 3 seconds
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 11:51:43 +02:00 |
|
Gergely POLONKAI
|
8e02a3526a
|
Added missing #include to game-networking.c
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 11:51:14 +02:00 |
|
Gergely POLONKAI
|
e9e78e825c
|
Fixed thread initialization code.
Now it works well for older and newer GLib versions
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
|
2012-05-19 11:50:56 +02:00 |
|
Gergely Polonkai (W00d5t0ck)
|
963d78b9e5
|
Added example code for SMTP connections
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-05-18 16:58:17 +02:00 |
|
Gergely Polonkai (W00d5t0ck)
|
f3ab981580
|
Added a static text and template handling bundle skeleton
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-05-18 15:55:02 +02:00 |
|
Gergely Polonkai (W00d5t0ck)
|
7fa4ffd9fd
|
Fixed spacing of logger skeleton. Added initial comment to main.h
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-05-18 15:53:48 +02:00 |
|
Gergely Polonkai (W00d5t0ck)
|
136b000d77
|
Fixed smtp server example and smtp tls comment in config example
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-05-18 10:33:16 +02:00 |
|
Gergely Polonkai (W00d5t0ck)
|
434a19a1a0
|
Added libcurl as a configure dependency. We also check for SMTP support
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
|
2012-05-18 09:41:30 +02:00 |
|