index
:
sigen.git
0.1
0.2
master
no-macros
sigmod-checks
Sigma Game Engine - Highly scriptable strategy/RPG game engine
Ben Boeckel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sigmodr
/
widgets
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Remove data about the collision once we use it
Ben Boeckel
2009-04-26
1
-0
/
+1
|
*
Quit if we can't make a polygon with what we have left
Ben Boeckel
2009-04-26
1
-0
/
+2
|
*
The polygon is useless if it doesnt have at least 4 vertices
Ben Boeckel
2009-04-26
1
-1
/
+2
|
*
Replace old (useless) case with when the edge gets cut short
Ben Boeckel
2009-04-26
1
-2
/
+2
|
*
Fix up when to delete when the polygons share a vertex
Ben Boeckel
2009-04-26
1
-1
/
+2
|
*
Move between test out to a function
Ben Boeckel
2009-04-26
1
-7
/
+6
|
*
Move turn direction finding code out to a function
Ben Boeckel
2009-04-26
2
-18
/
+22
|
*
Update merging the polygons to use the flags and not fail for one case
Ben Boeckel
2009-04-23
1
-8
/
+27
|
*
Fix up findCollision and data structure with flags
Ben Boeckel
2009-04-23
1
-19
/
+33
|
*
Swap the data after messing with the collision point
Ben Boeckel
2009-04-23
1
-3
/
+3
|
*
Append the polygon, not itself
Ben Boeckel
2009-04-23
1
-1
/
+1
|
*
Fix the code that finds unfit areas between rectangles
Ben Boeckel
2009-04-23
1
-10
/
+22
|
*
Don't process a rectangle if it already exists
Ben Boeckel
2009-04-23
1
-0
/
+2
|
*
Add rectangles as QRectF and change the internal queue to use them as well
Ben Boeckel
2009-04-23
2
-3
/
+3
|
*
Simplify (and fix) conditional when finding the outermost point
Ben Boeckel
2009-04-22
1
-3
/
+1
|
*
Fix finalize() to merge the rectangles in the mapping
Ben Boeckel
2009-04-22
1
-18
/
+39
|
*
Correct the QPoint comparison function
Ben Boeckel
2009-04-22
1
-2
/
+2
|
*
Since some outlines are "holes", the contains() check fails
Ben Boeckel
2009-04-22
1
-2
/
+0
|
*
Move mergePolygons out of the class and find the outlines
Ben Boeckel
2009-04-22
2
-7
/
+57
|
*
Add function to find the outermost point of the polygons
Ben Boeckel
2009-04-22
1
-0
/
+21
|
*
Add algorithm to find where two polygons touch each other
Ben Boeckel
2009-04-22
1
-0
/
+38
|
*
Move clser method out of WorldPlacement
Ben Boeckel
2009-04-22
2
-12
/
+11
|
*
Move the touches method out of WorldPlacement
Ben Boeckel
2009-04-22
2
-16
/
+15
|
*
Connect up the common widget
Ben Boeckel
2009-04-22
1
-0
/
+9
|
*
Add the common widget file
Ben Boeckel
2009-04-22
2
-0
/
+110
|
*
Add base code for the common editing things
Ben Boeckel
2009-04-22
1
-0
/
+28
|
*
Add slots for editing the values
Ben Boeckel
2009-04-22
2
-1
/
+89
|
*
Update the item when the path is restroked
Ben Boeckel
2009-04-22
1
-0
/
+1
|
*
Add a way to get the current shape and an editing widget for it
Ben Boeckel
2009-04-22
2
-0
/
+12
|
*
Initialize THe points vector if it's a Poly*
Ben Boeckel
2009-04-22
1
-0
/
+6
|
*
Files are new in 2009
Ben Boeckel
2009-04-19
2
-2
/
+2
|
*
Add hover/select feedback
Ben Boeckel
2009-04-19
1
-2
/
+19
|
*
Fix default thickness for the shape
Ben Boeckel
2009-04-19
1
-2
/
+2
|
*
Add ShapeItem class to handle shapes for the effect/warp areas
Ben Boeckel
2009-04-19
3
-0
/
+248
|
*
Make WorldMapItem checking static
Ben Boeckel
2009-04-11
1
-1
/
+1
|
*
Disable WorldPlacement usage
Ben Boeckel
2009-04-11
1
-13
/
+13
|
*
Find the closest spot to a point code
Ben Boeckel
2009-04-04
2
-3
/
+38
|
*
Use best as a rect
Ben Boeckel
2009-04-04
1
-2
/
+2
|
*
Reorganize source file
Ben Boeckel
2009-04-04
1
-40
/
+40
|
*
Fix the second parameter of the touch check
Ben Boeckel
2009-04-04
1
-2
/
+2
|
*
Determine if the polygons touch
Ben Boeckel
2009-04-04
1
-1
/
+10
|
*
Fix argument names
Ben Boeckel
2009-04-04
2
-3
/
+3
|
*
Move last inside the loop
Ben Boeckel
2009-04-04
1
-2
/
+1
|
*
Use else if since there's no need to check the others if one is true
Ben Boeckel
2009-04-04
1
-3
/
+3
|
*
Determining the best position code skeleton added
Ben Boeckel
2009-04-04
2
-2
/
+43
|
*
Use QRectF since QRect has some quirks with right() and bottom()
Ben Boeckel
2009-04-04
1
-3
/
+3
|
*
Finish the algorithm for making polygons from the rectangles
Ben Boeckel
2009-04-04
1
-1
/
+38
|
*
Internalize finalize method
Ben Boeckel
2009-04-04
3
-8
/
+10
|
*
Use QRectF since QRect .bottom() and .right() are weird
Ben Boeckel
2009-04-04
3
-5
/
+5
|
*
Fix caching to only invalidate when the size is different
Ben Boeckel
2009-04-03
2
-4
/
+8
|
[prev]
[next]