Commit Graph
24 Commits
Author SHA1 Message Date
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Bastien Bouclet c5185ee753 STARK: Prevent string pulling from making April walk on disabled faces
Fixes #1494.
2018-11-21 14:22:22 +01:00
Bastien Bouclet 6659c88498 STARK: Use the new stream float read/write methods 2018-04-14 11:19:19 +02:00
Bastien Bouclet a2982b98fa STARK: Use an easier to understand variant of the triangle contains point code
This new version is slightly less optimized. Also don't accidentally use
double precision math.
2017-06-10 14:35:53 +02:00
Bastien Bouclet 16938a6aff MATH: Fix a member shadowing warning in the Ray class 2016-09-15 08:19:15 +02:00
Pawel Kolodziejski 82bc17b63a ALL: Fixed compiler warnings 2016-07-23 19:08:22 +02:00
Bastien Bouclet 3150543c9a STARK: Fix walking to faces with disabled edges
Prefer enabled edges in the same face when possible
2016-04-16 08:58:08 +02:00
Bastien Bouclet c43e76184d STARK: Forbid characters from walking on script selected floor faces
Not working entirely as expected. It is still possible to pass through
Roper Klacks. Probably the path finding code needs to be made more
accurate.
2016-01-17 16:32:08 +01:00
Bastien Bouclet 1c6165c067 STARK: Also set the walk target when clicking outside of the nav mesh 2016-01-01 07:30:04 +01:00
Bastien Bouclet 59b7f260c7 STARK: Fix getting the height of a floor point 2016-01-01 07:29:58 +01:00
Bastien Bouclet 9f90a97206 STARK: Place April on a default location when none is provided
Useful when changing locations using the console
2016-01-01 07:29:58 +01:00
Bastien Bouclet efd9f14936 STARK: Compute the shortest path to the destination when moving April
There's no actual model movement for now
2016-01-01 07:29:57 +01:00
Bastien Bouclet 7823385a84 STARK: Construct an edge graph from the floor faces
To be used by the path finding code
2016-01-01 07:29:57 +01:00
Bastien Bouclet efc23795a1 STARK: Change the existing code to make use of the new Ray class 2016-01-01 07:29:55 +01:00
Bastien Bouclet 4f52010182 STARK: Teleport April to clicked location 2016-01-01 07:29:47 +01:00
Bastien Bouclet 413ee2a75d STARK: Move the format readers to their own namespace 2015-02-13 12:52:32 +01:00
Bastien Bouclet 0f978e54dd STARK: Rename Resource to Object to reflect the namespace change 2015-02-13 11:18:37 +01:00
Bastien Bouclet 254021c602 STARK: Move the resources to a separate namespace 2015-02-13 11:10:44 +01:00
Bastien Bouclet ff7b9f1297 STARK: Draw the items in the correct order 2015-01-16 17:50:46 +01:00
Bastien Bouclet af8c09e06b STARK: Use the height of the floor when placing actors 2015-01-16 16:42:58 +01:00
Bastien Bouclet 4433ed200f STARK: Start moving file formats to a dedicated folder 2015-01-14 18:10:09 +01:00
Bastien Bouclet e75ef310d4 STARK: Store a reference to the current Camera and Floor 2015-01-04 15:03:09 +01:00
Bastien Bouclet 7497eb8ed2 STARK: Move the resource classes to separate files 2014-12-27 11:21:30 +01:00