Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-01 | Fixed autoTarget not being set to NULL on map change. | Björn Steinbrink | 1 | -0/+1 | |
2005-08-01 | Show the name of the trade partner in the trade dialog. | Andrej Sinicyn | 1 | -0/+4 | |
2005-07-31 | Don't allow more than one request trade dialog at once. | Andrej Sinicyn | 1 | -1/+5 | |
2005-07-31 | Don't allow more than one trade dialog at once; if a trade is canceled on ↵ | Andrej Sinicyn | 1 | -0/+13 | |
the other side, close the trade window. | |||||
2005-07-28 | Fixed popup window not always being correctly hidden when the player clicks ↵ | Björn Steinbrink | 1 | -7/+4 | |
somewhere else. | |||||
2005-07-28 | Added an action enumeration to th Being class and removed the old #define's. | Björn Steinbrink | 1 | -41/+30 | |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵ | Björn Steinbrink | 1 | -1/+13 | |
made the popup show up at mouse coordinates instead of being aligned to tiles. | |||||
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -8/+8 | |
nicer approach after the release. | |||||
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not ↵ | Björn Steinbrink | 1 | -50/+69 | |
being reset after drawing speech. Target marker drawing moved into engine. | |||||
2005-07-26 | - New smilies by Modanung | Eugenio Favalli | 1 | -5/+0 | |
- New skill names - New title song | |||||
2005-07-23 | Made the key event handler use switches instead of if-else. | Björn Steinbrink | 1 | -154/+183 | |
2005-07-23 | Restored Being::setDestination, a pointer to the current map is now kept as ↵ | Björn Steinbrink | 1 | -12/+12 | |
a member in Being. | |||||
2005-07-23 | Removed knowledge about the engine and maps from the being class.. | Björn Steinbrink | 1 | -15/+16 | |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -54/+37 | |
2005-07-21 | Restore the joypad code, the 'new' code location wasn't checked for joypad ↵ | Björn Steinbrink | 1 | -3/+23 | |
events... | |||||
2005-07-21 | Moved the joypad button checks to the according keyboard checks to reduce ↵ | Björn Steinbrink | 1 | -23/+3 | |
code duplication | |||||
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -19/+20 | |
2005-07-17 | Fixing linking issues | Eugenio Favalli | 1 | -1/+21 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -81/+56 | |
them. Plus some cleanups. | |||||
2005-07-16 | - Fixing data path in Win32 | Eugenio Favalli | 1 | -0/+9 | |
- Adding default values to config - Fixes after Bertram changes (I hope this way it works even in Linux) - Error message are now displayed in browser for better readability - Already downloaded files are not downloaded aother time (As usually it needs testing so please report to me evry malfunctioning) | |||||
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-07-15 | Initialize joystick to NULL and allow right shift and control keys to be used. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-07-15 | - Adding joypad tolerance to config file | Eugenio Favalli | 1 | -44/+20 | |
- Trying to put updates in the data folder (is this the right way?) | |||||
2005-07-15 | A small hack to let me sit and pick up objects :P | Eugenio Favalli | 1 | -32/+21 | |
2005-07-15 | Enabling support for joypads: | Eugenio Favalli | 1 | -51/+143 | |
- Only <=6 buttons are supported - Only the first jopad is used (if you have more than one) - Axes need to be tuned - You can only move and attack with joypad Small fix in the updating system | |||||
2005-07-14 | Made attacking/aiming easier: Shift+Click = Don't walk, only interact. | Björn Steinbrink | 1 | -1/+9 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -4/+18 | |
2005-07-11 | Updating win32.txt about not using old stable Dev-C++ and committed patch by | Bjørn Lindeijer | 1 | -1/+6 | |
Greybeard | |||||
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -5/+5 | |
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus | |||||
2005-07-03 | Minor fixes and cleanups | Eugenio Favalli | 1 | -7/+3 | |
2005-07-03 | - Removing "walk to", "attack" from context menu | Eugenio Favalli | 1 | -11/+10 | |
- Attack is now default for left click (auto attack is not working yet with mouse) - Commented out "follow" from context menu | |||||
2005-07-03 | - Commenting out buddy and new skills windows | Eugenio Favalli | 1 | -2/+4 | |
- Some code cleaning - Workaround for colored text not being displayed in SDL mode (disabled) | |||||
2005-07-02 | Now the browser or the config windows closes when pushing enter. | Yohann Ferreira | 1 | -0/+8 | |
2005-07-02 | Music doesn't restart anymore if it's the same between maps. | Eugenio Favalli | 1 | -3/+4 | |
(I hope Bjorn likes it this way :P) | |||||
2005-06-30 | The popup-menu now disappears again when clicking somewhere else. (A little ↵ | Yohann Ferreira | 1 | -3/+21 | |
buggy but on its way.) | |||||
2005-06-30 | Improved attack frames management (now you can see other players | Eugenio Favalli | 1 | -1/+5 | |
attacking better than before) NOTE: the protocol doesn't allow for better management. | |||||
2005-06-23 | Maps are now loaded through the resource manager. | Bjørn Lindeijer | 1 | -31/+11 | |
2005-06-22 | Removing some forgotten debug output. | Yohann Ferreira | 1 | -9/+17 | |
2005-06-22 | gcc 3.4 compile fix. | Yohann Ferreira | 1 | -24/+47 | |
2005-06-22 | Detect ghosts at creation time. | Bjørn Lindeijer | 1 | -5/+17 | |
2005-06-20 | Now simply push enter when the exit dialog is shown to quit. | Yohann Ferreira | 1 | -2/+10 | |
2005-06-20 | Hammerbear suggestion: removing duplicated code | Eugenio Favalli | 1 | -15/+0 | |
2005-06-20 | This way BGM should be enabled | Eugenio Favalli | 1 | -4/+17 | |
2005-06-18 | Fixing a compile error | Eugenio Favalli | 1 | -0/+1 | |
2005-06-18 | add default actions to left mouse click and a clean up in the do_input() method | José Ávila | 1 | -134/+207 | |
2005-06-18 | Small fix to buddywindow buttons | Mateusz Kaduk | 1 | -4/+4 | |
2005-06-18 | Removed old menu/menuitem and replaced by JAvila one | Mateusz Kaduk | 1 | -43/+1 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -1/+17 | |
2005-06-16 | Added action menu (moved trading to menu) | Mateusz Kaduk | 1 | -8/+6 | |
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -13/+15 | |
style is up for discussion. |