Commit Graph
11 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
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Thierry Crozat 9b3dd840bb STARK: Fix unknown key error in ShortestPath
The error happened when the goal is not reachable.
This fixes bugs #12127 and #12339.
2021-03-22 22:24:10 +00:00
Bastien Bouclet 0667ed8482 STARK: Use the hash function for pointers from ScummVM 2018-02-10 16:08:21 +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 c6c93778e7 STARK: Don't use freed memory 2016-01-01 07:30:08 +01:00
Pawel Kolodziejski 18d646b72d STAR: fixed newline warnings 2016-01-01 07:30:07 +01:00
Bastien Bouclet 29494dbe1c STARK: Move the template for hashing pointers to a separate file
And make use of it in the model drawing classes
2016-01-01 07:30:04 +01:00
Bastien Bouclet ac4e0e8072 STARK: Follow a string pulled path when walking 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