Commit graph

21 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
Orgad Shaneh
ee57380de7 ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02: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
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
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
62d6b27f02 STARK: Add some resources comments 2016-01-01 07:29:52 +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
37cda066c0 STARK: Rename ResourceType to Type to reflect the namespace change 2015-02-13 11:13:10 +01:00
Bastien Bouclet
254021c602 STARK: Move the resources to a separate namespace 2015-02-13 11:10:44 +01:00
Bastien Bouclet
c4a4756d4e STARK: Add javadoc comments 2015-01-27 19:28:12 +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
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