date | project | content | link |
|---|
| 02:53 today | daimonin | Commit by franklinb :: r 6766 /trunk/arch/artifacts: ( link) Fix a possible bug in the two new items. | # |
| 01:32 yesterday | daimonin | Commit by franklinb :: r 6765 /trunk/arch/ (artifacts treasures): ( link) Add some new artifacts and modify the TL's a bit. | # |
| 23:35 Saturday | daimonin | Commit by smacky :: r 6764 /trunk/project_tools/unxutils/: ( link) These are kept with the source that needs them now. | # |
| 20:45 Saturday | daimonin | Commit by smacky :: r 6763 /trunk/client/make/win32/ (5 files in 2 dirs): ( link) Move needed unxutils into client/make/win32/ | # |
| 01:56 Saturday | daimonin | Commit by smacky :: r 6762 /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 Saturday | daimonin | Commit by smacky :: r 6761 /trunk/client/src/main.c: ( link) nr is unsigned so cannot be < 0. | # |
| 01:10 Saturday | daimonin | Commit by smacky :: r 6760 /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 Saturday | daimonin | Commit by smacky :: r 6759 /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 Friday | daimonin | Commit by smacky :: r 6758 /trunk/client/src/ (5 files in 2 dirs): ( link) Change int target_color to uint32 target_colr. | # |
| 23:51 Friday | daimonin | Commit by smacky :: r 6757 /trunk/client/src/textwin.c: ( link) Fix signing warnings. | # |
| 23:38 Friday | daimonin | Commit by smacky :: r 6756 /trunk/client/make/linux/Makefile.am: ( link) Replace -Wall with -Wextra. | # |
| 01:05 on Feb 06 | daimonin | Commit by torch-wood :: r 6755 /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 05 | daimonin | Commit by torch-wood :: r 6754 /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 04 | daimonin | Commit by smacky :: r 6753 /trunk/server/src/server/logger.c: ( link) Log MAPBUGs to MW channel. | # |
| 20:28 on Feb 04 | daimonin | Commit by smacky :: r 6752 /trunk/server/src/server/channel.c: ( link) Tidy findGlobalChannelFromName(), sendChannelMessage(), and sendChannelEmote(). Allow pl = NULL in these (means system call), | # |
| 20:22 on Feb 04 | daimonin | Commit by smacky :: r 6751 /trunk/server/src/server/logger.c: ( link) Make static var local. | # |
| 21:32 on Feb 03 | daimonin | Commit by smacky :: r 6750 /trunk/client/bitmaps/ (3 files): ( link) Add alpha. | # |
| 21:07 on Feb 03 | daimonin | Commit by smacky :: r 6749 /trunk/client/src/ (4 files in 2 dirs): ( link) Remove obsolete code. | # |
| 20:53 on Feb 03 | daimonin | Commit by smacky :: r 6748 /trunk/client/src/interface.c: ( link) Fix FS#50 - NPC GUI can become uncloseable | # |
| 19:21 on Feb 03 | daimonin | Commit by smacky :: r 6747 /trunk/client/src/ (interface.c menu.c): ( link) Slight tidyup. | # |