Commit Graph

117 Commits

Author SHA1 Message Date
Eugene Sandulenko
6b62f91437 FULLPIPE: Fix statics initialization 2016-05-07 11:05:48 +02:00
Eugene Sandulenko
24dbee0f06 FULLPIPE: Check result on realloc() 2015-11-27 16:38:06 +01:00
Eugene Sandulenko
882e0ca8cb FULLPIPE: Sanity check 2015-01-04 19:23:43 +01:00
Eugene Sandulenko
4393d38a31 FULLPIPE: Plug memory leak 2015-01-04 19:18:41 +01:00
Filippos Karapetis
361f4d4717 FULLPIPE: Remove trailing whitespace 2014-10-28 16:22:48 +02:00
Eugene Sandulenko
0a07cf1481 FULLPIPE: Draw transparent surfaces 2014-06-19 10:25:24 +03:00
Eugene Sandulenko
a37bb1dabb FULLPIPE: Fix crash in scene34. Now it is rendered properly 2014-06-17 15:34:24 +03:00
Eugene Sandulenko
6c8d48c5a5 FULLPIPE: Cleanup gfx code 2014-06-17 15:24:42 +03:00
Eugene Sandulenko
4ff543b22a FULLPIPE: Fix lockup on game start 2014-06-08 22:07:39 +03:00
Eugene Sandulenko
113a2824c4 FULLPIPE: Fix binary logic. CID 1216221 2014-06-06 15:54:46 +03:00
Eugene Sandulenko
8bdf4e38be FULLPIPE: Add missing parameter to Movement::calcSomeXY() 2014-06-02 10:36:20 +03:00
Eugene Sandulenko
df0d8bf874 FULLPIPE: Pushed noisy debug message deeper 2014-05-14 12:34:46 +02:00
Eugene Sandulenko
8bf202fe66 FULLPIPE: Fix crash in Movement destructor 2014-05-14 11:32:55 +02:00
Eugene Sandulenko
28cb3e82d1 FULLPIPE: Implement StaticANIObject::~StaticANIObject() 2014-05-02 12:45:42 +03:00
Eugene Sandulenko
e714dea7c7 FULLPIPE: Implement Statics::init() 2014-05-02 12:40:06 +03:00
Eugene Sandulenko
2e7d5caa31 FULLPIPE: Removed PtrList usage in statics.cpp 2014-05-02 12:29:15 +03:00
Eugene Sandulenko
f9c7a5d83f FULLPIPE: Implement Movement::~Movement() 2014-05-02 11:00:47 +03:00
Eugene Sandulenko
cf97b2ec9e FULLPIPE: Implement StaticANIObject::calcStepLen() 2014-04-27 11:59:29 +03:00
Eugene Sandulenko
58648b0894 FULLPIPE: Implement StaticANIObject::changeStatics1() 2014-04-25 22:30:10 +03:00
Torbjörn Andersson
4411c816f6 FULLPIPE: Fix GCC warning
I assume that the purpose of realloc() here is to increase the
_points memory area, but it's not guaranteed that the new block
will start at the same address as the old one.
2014-04-16 18:09:13 +02:00
Eugene Sandulenko
42f4bb6b1e FULLPIPE: Implement StepArray::insertPoints() 2014-04-13 11:33:05 +03:00
Eugene Sandulenko
b2c6483d1a FULLPIPE: Implement StaticANIObject::startAnimSteps() 2014-04-13 11:33:05 +03:00
Eugene Sandulenko
ff93bd18a1 FULLPIPE: Implement StaticANIObject::show2() 2014-04-13 09:46:51 +03:00
Eugene Sandulenko
af06053d6b FULLPIPE: Implement StaticANIObject::startMQIfIdle() 2014-04-11 23:18:31 +03:00
Eugene Sandulenko
88f8e00773 FULLPIPE: Implement scene19_preload() 2014-03-03 00:14:12 +02:00
Eugene Sandulenko
a1d9281fb4 FULLPIPE: Implement scene18_preload() 2014-03-02 21:04:09 +02:00
Johannes Schickel
387fe8c141 FULLPIPE: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
Eugene Sandulenko
491a045eea FULLPIPE: Implement Movement::freePixelData() 2014-01-12 10:59:14 +02:00
Eugene Sandulenko
4a0bfb751c FULLPIPE: Implement StaticANIObject::preloadMovements() 2014-01-12 00:48:11 +02:00
Eugene Sandulenko
2d3ac3100c FULLPIPE: Implement StaticANIObject::adjustSomeXY() 2014-01-12 00:48:11 +02:00
Eugene Sandulenko
91baf35726 FULLPIPE: Implement StaticANIObject::calcNextStep() 2014-01-12 00:48:10 +02:00
Eugene Sandulenko
f710418ae5 FULLPIPE: Implement preloadCallback() 2014-01-10 21:31:18 +02:00
Eugene Sandulenko
67c70168ad FULLPIPE: Rest of destructor stubs 2014-01-08 18:48:34 +02:00
Eugene Sandulenko
4babc0f9f0 FULLPIPE: Implement StaticANIObject::restartMessageQueue() 2014-01-05 17:13:32 +02:00
Eugene Sandulenko
4d8a50620d FULLPIPE: Implement sceneHandler25_sub01() 2014-01-05 17:13:32 +02:00
Eugene Sandulenko
e601797377 FULLPIPE: More code to scene23 2014-01-05 01:30:11 +02:00
Eugene Sandulenko
fb234a2d0c FULLPIPE: Implement Movement::countPhasesWithFlag() 2014-01-05 00:53:30 +02:00
Eugene Sandulenko
8515164117 FULLPIPE: Proper use of copying consturctor for ExCommand 2014-01-04 17:06:23 +02:00
Eugene Sandulenko
a230368de5 FULLPIPE: More code to ExCommand class 2014-01-04 15:01:27 +02:00
Eugene Sandulenko
37123c1633 FULLPIPE: Complete MovGraph2::genMovement() 2014-01-04 14:23:55 +02:00
Eugene Sandulenko
90532c78a2 FULLPIPE: g_fullpipe -> g_fp for brevity 2013-12-21 16:42:49 +02:00
Eugene Sandulenko
8caec7691c FULLPIPE: Implement StaticANIObject::changeStatics2() 2013-12-11 23:17:45 +02:00
Eugene Sandulenko
185cf9ea3c FULLPIPE: Add calls to callback1 in Movement::gotoNextFrame() 2013-12-11 21:41:00 +02:00
Eugene Sandulenko
354794386c FULLPIPE: Rearrange debug output 2013-12-09 17:38:04 +02:00
Eugene Sandulenko
08457dda0d FULLPIPE: Fix warning 2013-11-29 21:07:18 +02:00
Eugene Sandulenko
73612b8979 FULLPIPE: Fix crash at scene04 start 2013-11-29 02:34:38 -05:00
Eugene Sandulenko
59c11d842f FULLPIPE: Change data type in Movement member 2013-11-20 17:07:00 -08:00
Eugene Sandulenko
3b7f2f7e53 FULLPIPE: Class initialization. CID 1063190 2013-11-10 11:20:09 +02:00
Eugene Sandulenko
627769a2f5 FULLPIPE: Implement another Movement class copy constructor. 2013-11-06 23:46:03 +02:00
Eugene Sandulenko
9f92561df3 FULLPIPE: Implement StaticANIObject::getSomeXY() 2013-10-27 00:50:49 +03:00