A project which aims to develop a trivial game playable across networks/Internet. The source is written in C by rookie developers/programmers, just for having fun of it and learn and improve their skills.
Be the first to post a text review of intertrivial. Rate and review a project by clicking thumbs up or thumbs down in the right column.
------------------------------------------------------------------------ r23 | pespin | 2008-09-14 19:10:02 +0200 (dg, 14 set 2008) | 1 line Added version 0.1 to tags :D ------------------------------------------------------------------------ r22 | pespin | 2008-09-14 19:07:09 +0200 (dg, 14 set 2008) | 1 line Bugfix (#3): now text jumps to a new line when reaches the width of the textview. Also added a condtion to avoid sending message to server if there's no text to send at all. ------------------------------------------------------------------------ r21 | pespin | 2008-09-13 05:52:36 +0200 (ds, 13 set 2008) | 1 line New feature (#10): Save chat content into a file using a menu item. ------------------------------------------------------------------------ r20 | pespin | 2008-09-13 04:34:14 +0200 (ds, 13 set 2008) | 1 line Bugfix (#12): changed gnet's *_readline() with *_read() one in server and client. ------------------------------------------------------------------------ r19 | pespin | 2008-09-11 06:01:08 +0200 (dj, 11 set 2008) | 3 lines Been working on clipboard and similar features(#1). worked as well in keyboard accelerators. ------------------------------------------------------------------------ r18 | pespin | 2008-08-23 00:07:11 +0200 (ds, 23 ago 2008) | 1 line No duplicated nicknames at the same time playing. Added a /clear command to clear chatbox and history. Cleaned some parts of the code. ------------------------------------------------------------------------ r17 | pespin | 2008-08-22 07:32:46 +0200 (dv, 22 ago 2008) | 1 line Finished with history stuff. userlist now shows if a player is away or online. ------------------------------------------------------------------------ r16 | pespin | 2008-08-21 23:37:02 +0200 (dj, 21 ago 2008) | 1 line corrected some bugs when closing program/connection ------------------------------------------------------------------------ r15 | pespin | 2008-08-20 23:40:21 +0200 (dc, 20 ago 2008) | 1 line Upgraded history and close connection/upgrade userlist part ------------------------------------------------------------------------ r14 | pespin | 2008-08-18 08:12:35 +0200 (dl, 18 ago 2008) | 1 line Worked on different things. Userlist & history (not finished). ------------------------------------------------------------------------ r13 | pespin | 2008-08-17 21:46:03 +0200 (dg, 17 ago 2008) | 1 line Applied some fixes. ------------------------------------------------------------------------ r12 | pespin | 2008-08-17 07:31:08 +0200 (dg, 17 ago 2008) | 1 line Worked a little on private messages and command parsing ------------------------------------------------------------------------ r11 | pespin | 2008-08-17 05:28:46 +0200 (dg, 17 ago 2008) | 1 line Started with the client and modified little things on the server. Client can now send and receive public messages with the username displayed on it. ------------------------------------------------------------------------ r10 | pespin | 2008-08-07 03:37:53 +0200 (dj, 07 ago 2008) | 1 line Added capability of logging output into a file. Continued with the protocol. Server 0.1it's mostly finished but I suppouse I'll have to edit some parts while writing the client. ------------------------------------------------------------------------ r9 | pespin | 2008-08-04 02:02:06 +0200 (dl, 04 ago 2008) | 1 line Written functions about serialization of userlist data structures. Still have to use them into the server code. ------------------------------------------------------------------------ r8 | pespin | 2008-07-13 01:14:48 +0200 (dg, 13 jul 2008) | 1 line Improved lots of things about the protocol. Created an intertrivial library for common things on client and server. ------------------------------------------------------------------------ r7 | pespin | 2008-07-12 14:41:57 +0200 (ds, 12 jul 2008) | 1 line improved the parsing part. It has been rewritten. ------------------------------------------------------------------------ r6 | pespin | 2008-07-12 03:27:48 +0200 (ds, 12 jul 2008) | 1 line Been working on parsing functions. It works but it still has to be improved as it's not clean and it don't supports all combinations. ------------------------------------------------------------------------ r5 | pespin | 2008-07-09 10:20:47 +0200 (dc, 09 jul 2008) | 1 line Upgraded the whole server code. ------------------------------------------------------------------------ r4 | pespin | 2008-07-08 18:36:25 +0200 (dt, 08 jul 2008) | 1 line no time to write xD ------------------------------------------------------------------------ r3 | pespin | 2008-07-08 03:58:47 +0200 (dt, 08 jul 2008) | 1 line Started with the server side. Server handles connexions and prints messages. Started also with the playerlist management (create, search by gconn, remove). ------------------------------------------------------------------------ r2 | pespin | 2008-07-07 20:40:41 +0200 (dl, 07 jul 2008) | 1 line Started with the configuration part. ------------------------------------------------------------------------ r1 | pespin | 2008-06-30 23:23:33 +0200 (dl, 30 jun 2008) | 1 line commited directory scheme and autotools files ------------------------------------------------------------------------
------------------------------------------------------------------------ r23 | pespin | 2008-09-14 19:10:02 +0200 (dg, 14 set 2008) | 1 line Added version 0.1 to tags :D ------------------------------------------------------------------------ r22 | pespin | 2008-09-14 19:07:09 +0200 (dg, 14 set 2008) | 1 line Bugfix (#3): now text jumps to a new line when reaches the width of the textview. Also added a condtion to avoid sending message to server if there's no text to send at all. ------------------------------------------------------------------------ r21 | pespin | 2008-09-13 05:52:36 +0200 (ds, 13 set 2008) | 1 line New feature (#10): Save chat content into a file using a menu item. ------------------------------------------------------------------------ r20 | pespin | 2008-09-13 04:34:14 +0200 (ds, 13 set 2008) | 1 line Bugfix (#12): changed gnet's *_readline() with *_read() one in server and client. ------------------------------------------------------------------------ r19 | pespin | 2008-09-11 06:01:08 +0200 (dj, 11 set 2008) | 3 lines Been working on clipboard and similar features(#1). worked as well in keyboard accelerators. ------------------------------------------------------------------------ r18 | pespin | 2008-08-23 00:07:11 +0200 (ds, 23 ago 2008) | 1 line No duplicated nicknames at the same time playing. Added a /clear command to clear chatbox and history. Cleaned some parts of the code. ------------------------------------------------------------------------ r17 | pespin | 2008-08-22 07:32:46 +0200 (dv, 22 ago 2008) | 1 line Finished with history stuff. userlist now shows if a player is away or online. ------------------------------------------------------------------------ r16 | pespin | 2008-08-21 23:37:02 +0200 (dj, 21 ago 2008) | 1 line corrected some bugs when closing program/connection ------------------------------------------------------------------------ r15 | pespin | 2008-08-20 23:40:21 +0200 (dc, 20 ago 2008) | 1 line Upgraded history and close connection/upgrade userlist part ------------------------------------------------------------------------ r14 | pespin | 2008-08-18 08:12:35 +0200 (dl, 18 ago 2008) | 1 line Worked on different things. Userlist & history (not finished). ------------------------------------------------------------------------ r13 | pespin | 2008-08-17 21:46:03 +0200 (dg, 17 ago 2008) | 1 line Applied some fixes. ------------------------------------------------------------------------ r12 | pespin | 2008-08-17 07:31:08 +0200 (dg, 17 ago 2008) | 1 line Worked a little on private messages and command parsing ------------------------------------------------------------------------ r11 | pespin | 2008-08-17 05:28:46 +0200 (dg, 17 ago 2008) | 1 line Started with the client and modified little things on the server. Client can now send and receive public messages with the username displayed on it. ------------------------------------------------------------------------ r10 | pespin | 2008-08-07 03:37:53 +0200 (dj, 07 ago 2008) | 1 line Added capability of logging output into a file. Continued with the protocol. Server 0.1it's mostly finished but I suppouse I'll have to edit some parts while writing the client. ------------------------------------------------------------------------ r9 | pespin | 2008-08-04 02:02:06 +0200 (dl, 04 ago 2008) | 1 line Written functions about serialization of userlist data structures. Still have to use them into the server code. ------------------------------------------------------------------------ r8 | pespin | 2008-07-13 01:14:48 +0200 (dg, 13 jul 2008) | 1 line Improved lots of things about the protocol. Created an intertrivial library for common things on client and server. ------------------------------------------------------------------------ r7 | pespin | 2008-07-12 14:41:57 +0200 (ds, 12 jul 2008) | 1 line improved the parsing part. It has been rewritten. ------------------------------------------------------------------------ r6 | pespin | 2008-07-12 03:27:48 +0200 (ds, 12 jul 2008) | 1 line Been working on parsing functions. It works but it still has to be improved as it's not clean and it don't supports all combinations. ------------------------------------------------------------------------ r5 | pespin | 2008-07-09 10:20:47 +0200 (dc, 09 jul 2008) | 1 line Upgraded the whole server code. ------------------------------------------------------------------------ r4 | pespin | 2008-07-08 18:36:25 +0200 (dt, 08 jul 2008) | 1 line no time to write xD ------------------------------------------------------------------------ r3 | pespin | 2008-07-08 03:58:47 +0200 (dt, 08 jul 2008) | 1 line Started with the server side. Server handles connexions and prints messages. Started also with the playerlist management (create, search by gconn, remove). ------------------------------------------------------------------------ r2 | pespin | 2008-07-07 20:40:41 +0200 (dl, 07 jul 2008) | 1 line Started with the configuration part. ------------------------------------------------------------------------ r1 | pespin | 2008-06-30 23:23:33 +0200 (dl, 30 jun 2008) | 1 line commited directory scheme and autotools files ------------------------------------------------------------------------
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?