summaryrefslogtreecommitdiff
path: root/akamaru.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-12Finish dynamic model rewrite, port all of main.c over.Kristian Høgsberg1-91/+170
2006-07-08Make dock placement configurable.Kristian Høgsberg1-2/+2
2006-07-08Make more of the model dynamic, start porting over main.c.Kristian Høgsberg1-55/+104
2006-07-07Make akamaru anchor and polygon lists dynamic.Kristian Høgsberg1-17/+63
2006-07-05First steps towards making the akamaru model dynamic.Kristian Høgsberg1-78/+213
2006-06-15Make the last few global constants part of the model.Kristan Høgsberg1-11/+8
2006-06-11Reduce time step to prevent 'shimmering'.Kristian Høgsberg1-1/+1
2006-06-11Initialize attributes.event_mask correctly.Kristian Høgsberg1-2/+2
2006-06-11New feature: polygons can now enclose objects.Kristian Høgsberg1-7/+14
2006-06-11Add new akamaru example: a crazy icon dock.Kristian Høgsberg1-2/+2
2006-06-10Add anchor constraint and use it to lock center point in dock model.Kristian Høgsberg1-7/+21
2006-06-09Add new Spacer constraint and a 'dock' model.Kristian Høgsberg1-2/+27
2006-06-09Add stick_init() initializer.Kristian Høgsberg1-0/+8
2006-05-24Add init function for springs and clean up grid init.Kristian Høgsberg1-0/+8
2006-05-24Add init functions for various objects, clean up model initializations.Kristian Høgsberg1-0/+28
2006-05-23Trim akamaru.c #include's.Kristian Høgsberg1-6/+3
2006-05-23Tweaking.Kristian Høgsberg1-5/+22
2006-05-23Split gtk+ demo code out into main.c. Core model code is now in akamaru.c.Kristian Høgsberg1-853/+17
2006-05-23Add new OffsetSpring force and implement a wobbly patch.Kristian Høgsberg1-11/+120
2006-05-23Add spring forces.Kristian Høgsberg1-6/+99
2006-05-23Generalize offset constraint to work on a number of points.Kristian Høgsberg1-52/+73
2006-05-22Implement general polygon constraints.Kristian Høgsberg1-79/+175
2006-05-20Add fps counter, add comment about sqrt() approximation.Kristian Høgsberg1-64/+106
2006-05-20Add String constraints and redo the grid with strings instead.Kristian Høgsberg1-19/+82
2006-05-20Add grid model.Kristian Høgsberg1-3/+61
2006-05-20Fix rope model initialization, tweak some settings.Kristian Høgsberg1-4/+4
2006-05-20Initialize unused constraints so model_fini() doesn't crash.Kristian Høgsberg1-0/+2
2006-05-20Add combo box to swithc models on the fly; remove a few 'sproing' names.Kristian Høgsberg1-44/+94
2006-05-19Add new 'Offset' constraint, new 'curtain' model and clean up drawing code.Kristian Høgsberg1-43/+109
2006-05-19Different stick lengths, add back rope model.Kristian Høgsberg1-11/+41
2006-05-19Draw sticks instead of just lines between points.Kristian Høgsberg1-3/+6
2006-05-19Version that doesn't segfault.Kristian Høgsberg1-10/+9
2006-05-19First commit of akamaru.Kristian Høgsberg1-0/+571