This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
You've already forked pitrix
Code
Issues
8
Releases
Activity
110
Commits
1
Branch
0
Tags
3.4
MiB
ca980b0c9f
Commit Graph
6 Commits
Author
SHA1
Message
Date
Fabian Schlenz
477edd1597
I just learned that unintialized variables in C can lead to lots of unexpected and hard-to-debug behaviour... :-/
2019-06-12 06:30:26 +02:00
Fabian Schlenz
83254f2eaa
Windows. Everything now is implemented in Windows. ;-) (Okay, just the drawing stuff. And defnititely nothing by Microsoft.)
2019-06-11 19:48:09 +02:00
Fabian Schlenz
c5856a6f7a
Whitespace stuff. Tabs rule!
Some checks failed
continuous-integration/drone/push
Build is failing
Details
2019-06-07 06:24:16 +02:00
Fabian Schlenz
a821985479
Re-organized Animation code to move from multiple different constructors to one constructor and a handfull of setters for options.
2019-06-07 06:07:29 +02:00
Fabian Schlenz
4fe34afd08
Animation.h now also includes AnimationSlice to show only part of an animation.
2019-06-06 06:40:30 +02:00
Fabian Schlenz
b2ff3bdc54
Moved the animation display code into its own class which can and will also be used to display static images and sprites.
2019-06-05 06:25:40 +02:00