.. |
balloons.cpp
|
PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking a byte depth.
|
2011-04-17 16:30:12 +02:00 |
callables_br.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
callables_ns.cpp
|
Guarded the command execution suspension for NS demo (this was due in r38662 - see bug #2619824).
|
2010-06-19 02:51:03 +00:00 |
debug.cpp
|
PARALLACTION: Add debug console command "showmouse".
|
2011-01-14 03:25:39 +00:00 |
debug.h
|
PARALLACTION: Add debug console command "showmouse".
|
2011-01-14 03:25:39 +00:00 |
detection.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
dialogue.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
disk_br.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
disk_ns.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
disk.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
disk.h
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
exec_br.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
exec_ns.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
exec.cpp
|
Save the context of a suspended list before resuming the execution, so that it can safely be suspended again. Patch 3004652 by fuzzie.
|
2010-06-19 02:50:46 +00:00 |
exec.h
|
Implemented all variants of IF script instruction. Program class has been changed to store an Array of instruction instead of a List, so that references to instructions are integers.
|
2009-03-23 11:38:09 +00:00 |
font.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
gfxbase.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
graphics.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
graphics.h
|
PARALLACTION: Adapt to setPalette RGBA->RGB change.
|
2011-02-14 17:08:32 +01:00 |
gui_br.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
gui_ns.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
gui.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
gui.h
|
Converted BRA to work with the new menu approach. It is not yet well plugged-in as in NS, but it suffices for the moment.
|
2008-07-25 06:35:02 +00:00 |
input.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
input.h
|
Added mouse cursor to BRA Amiga. To be perfected.
|
2009-03-16 00:03:22 +00:00 |
inventory.cpp
|
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
|
2011-05-01 16:54:45 +02:00 |
inventory.h
|
Simplified inventory handling (too much information hiding will kill you).
|
2009-09-30 13:41:19 +00:00 |
module.mk
|
* Moved the updated IFF code from Parallaction to common/
|
2009-06-12 08:51:05 +00:00 |
objects.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
objects.h
|
PARALLACTION: Cleanup dialogue code.
|
2011-01-29 07:21:48 +00:00 |
parallaction_br.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
parallaction_ns.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
parallaction.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
parallaction.h
|
PARALLACTION: Fix BRA Compilation After Common Header Changes.
|
2011-04-30 18:12:50 +01:00 |
parser_br.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
parser_ns.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
parser.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
parser.h
|
PARALLACTION: parse command lists for kNoneType zones, even if defined after TYPE markers. This fixes bug #3131769.
|
2010-12-12 07:17:13 +00:00 |
saveload.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
saveload.h
|
PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.*
|
2011-01-25 01:58:26 +00:00 |
sound_br.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
sound_ns.cpp
|
JANITORIAL: Reduce header dependencies in shared code
|
2011-04-28 15:08:58 +03:00 |
sound.h
|
PARALLACTION: Move MidiDriver creation into MidiPlayer(_MSC) constructors
|
2011-03-25 14:15:47 +01:00 |
staticres.cpp
|
ALL: Fix indention (whitespaces -> tabs)
|
2010-10-23 15:46:50 +00:00 |
walk.cpp
|
PARALLACTION: Minor Whitespace fixup in walk.cpp
|
2011-01-21 20:08:11 +00:00 |
walk.h
|
PARALLACTION: Minor Whitespace and code complexity reduction in walk.*
|
2011-01-17 23:12:59 +00:00 |