Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 10 | -146/+102 | |
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis. | |||||
2006-12-16 | Fixed connection dialog visibility and fixed issues with walking one tile too | Bjørn Lindeijer | 8 | -10/+49 | |
many and changing direction towards an obstacle. | |||||
2006-12-15 | Removed some unused legacy tiles and added variant tiles for the cliffs. | Philipp Sehmisch | 1 | -1/+6 | |
Many pixel had to die to bring you these tiles. | |||||
2006-12-14 | Removed the rather useless remaining draw function from the engine class and | Bjørn Lindeijer | 7 | -40/+31 | |
fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out). | |||||
2006-12-12 | Hide all NPC dialogs after death | Eugenio Favalli | 2 | -0/+12 | |
2006-12-12 | Fixed defense values for sweaters | Eugenio Favalli | 1 | -0/+1 | |
2006-12-12 | Fixed crash when selecting an item after death | Eugenio Favalli | 2 | -0/+7 | |
2006-12-12 | Cleaned up some unused stuff. | Bjørn Lindeijer | 4 | -27/+4 | |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 4 | -68/+123 | |
2006-12-12 | Updated project files | Eugenio Favalli | 3 | -404/+402 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 13 | -68/+32 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 6 | -9/+12 | |
2006-12-12 | Moved Action, Animation and Frame (renamed from AnimationPhase) classes into | Bjørn Lindeijer | 11 | -53/+58 | |
the resources directory, since they are part of the SpriteDef class. | |||||
2006-12-12 | Normalized versions of sound effects by Cosmostrator. | Philipp Sehmisch | 1 | -0/+18 | |
2006-12-11 | Fixed visibility of the update window. | Bjørn Lindeijer | 4 | -25/+30 | |
2006-12-11 | Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for ↵ | Philipp Sehmisch | 1 | -1/+21 | |
turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error). | |||||
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 6 | -40/+55 | |
2006-12-10 | Added more detailed instructions for Dev-C++ users | Eugenio Favalli | 2 | -1/+9 | |
2006-12-09 | Added pirate NPC | Eugenio Favalli | 1 | -1/+5 | |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 13 | -105/+88 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
2006-12-08 | Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let's | Bjørn Lindeijer | 4 | -46/+41 | |
hope they didn't fix some critical bug since then; at least it seems to work fine. | |||||
2006-12-06 | Updated project files | Eugenio Favalli | 3 | -2/+36 | |
2006-12-06 | accidentally left in some working copies of some tiles | Philipp Sehmisch | 0 | -0/+0 | |
2006-12-06 | More tiling related fixes at the cliffs. | Philipp Sehmisch | 1 | -2/+4 | |
2006-12-06 | Fixed crashs when changing equipment. | Philipp Sehmisch | 2 | -26/+23 | |
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 3 | -3/+9 | |
2006-12-05 | forgot to include some changes from the last update | Philipp Sehmisch | 0 | -0/+0 | |
2006-12-05 | Improved the tiling behavior of the cliffs (still not gridless but at least ↵ | Philipp Sehmisch | 1 | -0/+6 | |
the edges fit together in the most common situations) | |||||
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 13 | -398/+596 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 21 | -81/+111 | |
2006-12-03 | Don't try to play empty strings as sounds, and don't return a SoundEffect | Bjørn Lindeijer | 7 | -42/+61 | |
instance when Mix_Chunk loading failed. | |||||
2006-12-02 | typo in changelog | Philipp Sehmisch | 1 | -1/+1 | |
2006-12-02 | A little change at the female leather shirt by mangamaniac. | Philipp Sehmisch | 1 | -0/+5 | |
2006-12-01 | forgot to include one file in the commit | Philipp Sehmisch | 2 | -3/+4 | |
2006-12-01 | Monster sound effect patch | Philipp Sehmisch | 11 | -96/+140 | |
2006-11-30 | Some optimizations to setSex, setWeapon and handling of player update messages. | Bjørn Lindeijer | 3 | -23/+48 | |
2006-11-30 | Fixed small trailing slash issue. | Bjørn Lindeijer | 0 | -0/+0 | |
2006-11-29 | renamed addSFX to addSound | Philipp Sehmisch | 3 | -6/+6 | |
2006-11-29 | Updated project files | Eugenio Favalli | 3 | -200/+284 | |
2006-11-29 | Small fix to resource path. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-29 | Renamed getSFX() to getSound() | Philipp Sehmisch | 2 | -2/+2 | |
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 3 | -1/+10 | |
2006-11-29 | Implemented MonsterDB namespace | Philipp Sehmisch | 9 | -5/+371 | |
2006-11-27 | fix for windows machines that do have gettimeofday defined in sys/time.h | Philipp Sehmisch | 1 | -2/+3 | |
2006-11-27 | Updated Code::Blocks project file. | Bjørn Lindeijer | 2 | -6/+26 | |
2006-11-27 | Added implementation of gettimeofday() for windows machines. | Philipp Sehmisch | 3 | -2/+118 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 10 | -57/+82 | |
2006-11-26 | Remove unnecessary check for file existance, loading will just fail with the ↵ | Björn Steinbrink | 2 | -8/+8 | |
correct error message. | |||||
2006-11-26 | ItemDB needs to be unloaded before deleting the resource manager instance, | Bjørn Lindeijer | 2 | -4/+6 | |
since ItemInfo refers to an Image. | |||||
2006-11-26 | Made Being::mDirection protected, forcing the use of setDirection. Defaulted | Bjørn Lindeijer | 12 | -171/+274 | |
variant argument to 0 since this is the most common situation. Some SpriteDef refactoring, splitting up the loading into several methods, in preparation of adding support for including other sprites. |