Max Horn
|
595c655766
|
SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp
svn-id: r38867
|
2009-02-24 22:41:58 +00:00 |
|
Paweł Kołodziejski
|
e7b0c975d9
|
bring back comments but as TODO comment
svn-id: r38866
|
2009-02-24 22:40:54 +00:00 |
|
Jordi Vilalta Prat
|
a9dfa2575a
|
Removed some non-required struct declarations
svn-id: r38865
|
2009-02-24 22:33:39 +00:00 |
|
Jordi Vilalta Prat
|
9784c2dac1
|
Fix a valgrind warning (free -> delete)
svn-id: r38864
|
2009-02-24 22:25:39 +00:00 |
|
Paweł Kołodziejski
|
c2c02ceffd
|
remove code related __GNU__XX defines
svn-id: r38863
|
2009-02-24 22:24:58 +00:00 |
|
Paweł Kołodziejski
|
64ca675b51
|
not needed include anymore
svn-id: r38862
|
2009-02-24 22:01:10 +00:00 |
|
Max Horn
|
c102e30e73
|
SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and drawn again if nothing changed
svn-id: r38861
|
2009-02-24 21:43:07 +00:00 |
|
Max Horn
|
6eef86ef4c
|
Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correct
svn-id: r38860
|
2009-02-24 21:22:04 +00:00 |
|
Max Horn
|
d3b715817d
|
Add some remarks on OSystem::updateScreen() properties
svn-id: r38859
|
2009-02-24 21:15:23 +00:00 |
|
Paweł Kołodziejski
|
91ee9a3eb8
|
not needed this includes anymore
svn-id: r38857
|
2009-02-24 21:13:32 +00:00 |
|
Paweł Kołodziejski
|
859477c968
|
not needed anymore
svn-id: r38856
|
2009-02-24 20:55:43 +00:00 |
|
Paweł Kołodziejski
|
9bb135ac25
|
not needed anymore
svn-id: r38855
|
2009-02-24 20:52:18 +00:00 |
|
Max Horn
|
7d2a2ece38
|
SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of microsecs)
svn-id: r38854
|
2009-02-24 20:50:09 +00:00 |
|
Paweł Kołodziejski
|
7d5e45fa83
|
update
svn-id: r38853
|
2009-02-24 20:49:52 +00:00 |
|
Max Horn
|
0be30cdc5d
|
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source file); moved include/sci_widgets.h to gfx/ (matching location of source file); renamed gfx/widgets.cpp to gfx/gfx_widgets.cpp (matching the header)
svn-id: r38852
|
2009-02-24 20:39:34 +00:00 |
|
Max Horn
|
220270586c
|
SCI: Removed usec_sleep from gfx_driver_t (call OSystem::delayMillis directly instead); added remarks that busy-waiting like this with delayMillis is maybe not the best way, and that gfx_driver_t should be either removed or turned into a class
svn-id: r38851
|
2009-02-24 20:33:31 +00:00 |
|
Eugene Sandulenko
|
241340a07e
|
Fix compilation
svn-id: r38850
|
2009-02-24 20:11:10 +00:00 |
|
Lars Persson
|
7176a61a85
|
Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help text does not fit though.
svn-id: r38848
|
2009-02-24 18:51:42 +00:00 |
|
Willem Jan Palenstijn
|
e29c334601
|
state_t to EngineState
svn-id: r38847
|
2009-02-24 18:47:53 +00:00 |
|
Willem Jan Palenstijn
|
b4cf9e5a26
|
fix typo in parse rule
svn-id: r38846
|
2009-02-24 18:47:13 +00:00 |
|
Andre Heider
|
357299c570
|
substitute all time related functions, removing sci_gettime sci_get_current_time altogether.
svn-id: r38845
|
2009-02-24 18:31:05 +00:00 |
|
Andre Heider
|
3082586230
|
fix forward declarations to match the actual ones
svn-id: r38844
|
2009-02-24 18:21:12 +00:00 |
|
Eugene Sandulenko
|
c9f245a840
|
oops
svn-id: r38843
|
2009-02-24 15:40:19 +00:00 |
|
Eugene Sandulenko
|
a27285f117
|
Normalized guard #defines
svn-id: r38842
|
2009-02-24 15:33:40 +00:00 |
|
Nicola Mettifogo
|
b3d2429b04
|
Fixed shadowed name.
svn-id: r38841
|
2009-02-24 15:21:53 +00:00 |
|
Johannes Schickel
|
cda5d6989b
|
Fix some warnings.
svn-id: r38840
|
2009-02-24 15:14:15 +00:00 |
|
Walter van Niftrik
|
8dab4eb461
|
SCI: call updateScreen after every copyRectToScreen; removed internal front visual buffer
svn-id: r38839
|
2009-02-24 12:01:28 +00:00 |
|
Nicola Mettifogo
|
6334125d1c
|
Implemented follower support, except that:
* follower is forgotten when location changes (see freeLocation)
* the final walking frame is screwed
svn-id: r38838
|
2009-02-24 11:20:45 +00:00 |
|
Nicola Mettifogo
|
5dff53a2fa
|
Added preliminary code for following walker support in BRA.
svn-id: r38837
|
2009-02-24 09:18:20 +00:00 |
|
Nicola Mettifogo
|
659c9fb901
|
Changed interface to walk code, to better handle the differences between games. Moreover:
* merged PathBuilder_BR into PathWalker_BR
* implemented checkTrap routine for BRA
svn-id: r38836
|
2009-02-24 08:42:46 +00:00 |
|
Max Horn
|
d19ba951e8
|
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in
svn-id: r38835
|
2009-02-24 06:00:10 +00:00 |
|
Max Horn
|
7105df20fa
|
SCI: Moved vm.h from include to engine
svn-id: r38834
|
2009-02-24 05:56:26 +00:00 |
|
Max Horn
|
b5df97ad2b
|
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more
svn-id: r38833
|
2009-02-24 05:51:55 +00:00 |
|
Max Horn
|
1e4db221e5
|
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file
svn-id: r38832
|
2009-02-24 05:39:10 +00:00 |
|
Max Horn
|
47bc0d7879
|
SCI: Last batch of pathfinding cleanup
svn-id: r38831
|
2009-02-24 05:30:45 +00:00 |
|
Max Horn
|
325d2ec66b
|
SCI: More pathfinding cleanup
svn-id: r38830
|
2009-02-24 05:23:42 +00:00 |
|
Max Horn
|
8c9bd00b51
|
SCI: Replaced vertex list used for dijkstra algo by Common::List; got rid of include/list.h
svn-id: r38829
|
2009-02-24 05:07:15 +00:00 |
|
Max Horn
|
735701983c
|
SCI: Rewrote parts of the pathfinding code to use Common::List; also renamed some types
svn-id: r38828
|
2009-02-24 04:56:35 +00:00 |
|
Max Horn
|
82e0b20613
|
SCI: Turned circular list code into a small class
svn-id: r38827
|
2009-02-24 04:30:41 +00:00 |
|
Max Horn
|
3a8dd2b467
|
SCI: cleanup
svn-id: r38826
|
2009-02-24 04:01:53 +00:00 |
|
Max Horn
|
62126681f3
|
SCI: Removed unused header file event.h
svn-id: r38825
|
2009-02-24 03:43:44 +00:00 |
|
Max Horn
|
d7b3c04588
|
Moved FSDirectory implementation from common/archive.cpp to common/fs.cpp
svn-id: r38824
|
2009-02-24 03:22:34 +00:00 |
|
Max Horn
|
35e3364675
|
SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this is *not* a hashmap (at least not a plain hashmap)
svn-id: r38823
|
2009-02-24 02:59:50 +00:00 |
|
Willem Jan Palenstijn
|
6c3a758cf6
|
SCI: translate cursor's palette to global palette
svn-id: r38822
|
2009-02-23 23:49:11 +00:00 |
|
Willem Jan Palenstijn
|
4dca30cfe9
|
reinstate line drawing for xfact/yfact > 1
svn-id: r38821
|
2009-02-23 22:36:39 +00:00 |
|
Willem Jan Palenstijn
|
25738df2d3
|
SCI: reinstate pointer scaling for xfact/yfact
svn-id: r38820
|
2009-02-23 22:36:19 +00:00 |
|
Lars Persson
|
90c12b3b3c
|
Must intialize _keysDialog to NULL
svn-id: r38819
|
2009-02-23 22:09:06 +00:00 |
|
Florian Kagerer
|
837ca0683e
|
LOL: - some more work on the interface (you can now click on the banners and windows) and some bug fixes
svn-id: r38818
|
2009-02-23 20:17:53 +00:00 |
|
Nicola Mettifogo
|
e3afa772e2
|
Cleanup.
svn-id: r38817
|
2009-02-23 12:17:25 +00:00 |
|
Nicola Mettifogo
|
9bef5a0cfc
|
Rewrote the sarcophagus puzzle in Nippon Safes, since I finally understood how it was implemented in the original!
svn-id: r38816
|
2009-02-23 11:55:25 +00:00 |
|