Commit Graph
10 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
alxpnv 0dbc280f1c ASYLUM: add vertex check to Polygon::contains()
This resolves an issue with auto-walking to a towel in Chapter 1
2021-06-02 14:45:04 +03:00
alxpnv 733f109acc ASYLUM: return true if the test point is on the border of the polygon 2021-05-17 15:37:43 +02:00
Alex Bevilacqua 2608705d6d ASYLUM: sanity check for a possible assertion in Polygon::contains 2021-05-17 15:37:05 +02:00
Julien Templier 5b3efe8192 ASYLUM: Cleanup polygon class 2021-05-17 15:37:02 +02:00
Julien Templier 082789c8f2 ASYLUM: Rename Polygons helper function 2021-05-17 15:37:02 +02:00
Julien Templier 1db67c5c88 ASYLUM: Remove SVN keywords 2021-05-17 15:36:57 +02:00
Julien Templier 1ba2e61c1d ASYLUM: Implement Polygons::contains()
git-svn-id: http://asylumengine.googlecode.com/svn/trunk@711 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
2021-05-17 15:36:43 +02:00
Julien Templier d38322ebca ASYLUM: Cleanup Pass 1
- Add proper init code in some classes
- Add some missing deletes in destructors
- Add const modifiers in several places
- Switch tick variables (and several others) to uint32
- Update Polygon struct slightly (with count() method instead of variable)

git-svn-id: http://asylumengine.googlecode.com/svn/trunk@545 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
2021-05-17 15:36:18 +02:00
Alex Bevilacqua afb4a6a3b5 ASYLUM: re-organize trunk
git-svn-id: http://asylumengine.googlecode.com/svn/trunk@456 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
2021-05-17 15:36:05 +02:00