Commit 2d2720a
authored
Character animation (#87)
* Added Sprite Sheet (#85)
* Added Sprite Sheet
Added a sprite sheet for the sample character and a data sheet to reference it's animation cycle
* Wrote the SpriteSheet class, which will hold information about a sprite sheet.
* Added XML (#86)
Added a sprite sheet for the sample character and a data sheet to reference it's animation cycle
* Added XML
* Wrote the ComponentRenderer
* Moving around an information class, working on layers.
* Moved a bunch of things.
* Working on cleaner deserialization.
* Sprite sheet reader now functional.
* Switching to the new rendering system.
* Plenty of work on the animated texture system.
* Fixing animation system bugs. Fixed the 1st.
* Fixed a invisibility bug in the animation framework.
* Added an FPS counter, disproved that bad FPS was the cause of my issues.
* Fixed the error that caused creatures to not transition smoothly between tiles.
* Fixed a memory leak.
* Tweaked the FPS of the walking animations.
* Many code tweaks.1 parent 406175b commit 2d2720a
133 files changed
Lines changed: 1522 additions & 978 deletions
File tree
- Assets/Graphics/Characters/Base model
- MagicalLifeAPI
- Asset
- Components
- Generic/Renderable
- Tile/Renderable
- DataTypes
- Entity
- Humanoid
- Movement
- Error
- InternalExceptions
- Util/Reusable
- Visual
- Rendering
- Animation
- World
- Base
- Items
- Resources
- Tiles
- MagicalLifeGUIWindows
- Content
- Animation
- Character
- Base Character
- Fonts
- GUI
- Textures
- Items
- Resource
- Tile
- GUI
- In Game Escape Menu
- Buttons
- In Game GUI
- Buttons
- Join Game Menu
- Buttons
- Input Boxes
- Load Game Menu
- Buttons
- List Boxes
- MainMenu
- Buttons
- New World Menu
- Buttons
- Input Boxes
- Labels
- Reusable
- API
- Save Game Menu
- Buttons
- InputBoxes
- ListBoxes
- Input
- History
- Specialized Handlers
- Rendering
- Map
- Screens
- MagicalLifeServer/ServerWorld/World Generation/Generators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | | - | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
20 | 49 | | |
21 | 50 | | |
22 | 51 | | |
| |||
29 | 58 | | |
30 | 59 | | |
31 | 60 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
46 | 70 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
59 | 82 | | |
60 | | - | |
| 83 | + | |
| 84 | + | |
61 | 85 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 86 | + | |
66 | 87 | | |
67 | 88 | | |
68 | 89 | | |
| |||
Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 0 additions & 153 deletions
This file was deleted.
0 commit comments