CIA.vc
Daimonin
Real-time open source activity stats
Stats » Projects » Daimonin
information
Daimonin is a 2D hack and slay MMORPG in the tradition of and based on Crossfire. It consists of a server, archetypes (object definitions), maps and scripts, sounds, a 2D client and an editor (now superceded by Gridarta). A future version of Daimonin that features 3D is currently under development.
syndicateUTC clock
11:20 on Feb 13, 2012
event counters
The last message was received 8.46 hours ago at 02:53 on Feb 13, 2012
1 messages so far today, 1 messages yesterday
1 messages so far this week, 11 messages last week
29 messages so far this month, 130 messages last month
5035 messages since the first one, 5.11 years ago, for an average of 8.89 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
02:53 todaydaimonin
Commit by franklinb :: r6766 /trunk/arch/artifacts: (link)
Fix a possible bug in the two new items.
#
01:32 yesterdaydaimonin
Commit by franklinb :: r6765 /trunk/arch/ (artifacts treasures): (link)
Add some new artifacts and modify the TL's a bit.
#
23:35 Saturdaydaimonin
Commit by smacky :: r6764 /trunk/project_tools/unxutils/: (link)
These are kept with the source that needs them now.
#
20:45 Saturdaydaimonin
Commit by smacky :: r6763 /trunk/client/make/win32/ (5 files in 2 dirs): (link)
Move needed unxutils into client/make/win32/
#
01:56 Saturdaydaimonin
Commit by smacky :: r6762 /trunk/client/src/ (font.c include/sprite.h sprite.c): (link)

  • Rename GetPixel() as GetSurfacePixel() in sprite module to avoid Windows header conflict (wingdi.h). Also PutPixel() to PutSurfacePixel().
  • Remove existing external GetSurfacePixel() from sprite module as this was functionally a duplicate.
  • Copy GetSurfacePixel() from sprite to font module (not ideal).
#
01:14 Saturdaydaimonin
Commit by smacky :: r6761 /trunk/client/src/main.c: (link)
nr is unsigned so cannot be < 0.
#
01:10 Saturdaydaimonin
Commit by smacky :: r6760 /trunk/client/src/item.c: (link)
Cast from unsigned to signed.

TODO: item tags are uint32 which is potentially too big to fit into int. Do
they really need to be 32 Would 16 do?
#
00:52 Saturdaydaimonin
Commit by smacky :: r6759 /trunk/client/src/ (include/player.h inventory.c menu.c): (link)

  • Rename _inventory_win type as inventory_win_t.
  • Declar cpl.inventory_win as inventory_win_t instead of int.
#
23:59 Fridaydaimonin
Commit by smacky :: r6758 /trunk/client/src/ (5 files in 2 dirs): (link)
Change int target_color to uint32 target_colr.
#
23:51 Fridaydaimonin
Commit by smacky :: r6757 /trunk/client/src/textwin.c: (link)
Fix signing warnings.
#
23:38 Fridaydaimonin
Commit by smacky :: r6756 /trunk/client/make/linux/Makefile.am: (link)
Replace -Wall with -Wextra.
#
01:05 on Feb 06daimonin
Commit by torch-wood :: r6755 /trunk/server/src/ (3 files in 2 dirs): (link)
Helper functions for command_ban() are now local/static to c_wiz.c, so declarations removed from sptroto.h (c_wiz.c will be committed later).

Channel stuff in cs_cmd_generic() now uses NULL for player, so we get a 'system' generated hannel message.

Command return value #defines given more meaningful names, in line with std naming conventions.
#
14:32 on Feb 05daimonin
Commit by torch-wood :: r6754 /trunk/server/src/ (3 files in 2 dirs): (link)
Added #defines for different return types from command functions.

cs_cmd_generic() modified to handle these different return types accordingly.

Added function prototypes for sub-functions for command_ban(). Note: Actual code for these sub-functions will come later.

Also, testing my ability to commit with LF ilo CRLF.
#
20:35 on Feb 04daimonin
Commit by smacky :: r6753 /trunk/server/src/server/logger.c: (link)
Log MAPBUGs to MW channel.
#
20:28 on Feb 04daimonin
Commit by smacky :: r6752 /trunk/server/src/server/channel.c: (link)
Tidy findGlobalChannelFromName(), sendChannelMessage(), and sendChannelEmote().
Allow pl = NULL in these (means system call),
#
20:22 on Feb 04daimonin
Commit by smacky :: r6751 /trunk/server/src/server/logger.c: (link)
Make static var local.
#
21:32 on Feb 03daimonin
Commit by smacky :: r6750 /trunk/client/bitmaps/ (3 files): (link)
Add alpha.
#
21:07 on Feb 03daimonin
Commit by smacky :: r6749 /trunk/client/src/ (4 files in 2 dirs): (link)
Remove obsolete code.
#
20:53 on Feb 03daimonin
Commit by smacky :: r6748 /trunk/client/src/interface.c: (link)
Fix FS#50 - NPC GUI can become uncloseable
#
19:21 on Feb 03daimonin
Commit by smacky :: r6747 /trunk/client/src/ (interface.c menu.c): (link)
Slight tidyup.
#