Skip to content

Commit 03c77b7

Browse files
committed
v1.0.0
1 parent 09a7b0d commit 03c77b7

File tree

83 files changed

+11
-2025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+11
-2025
lines changed

CHANGES

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
[1.0.0]
2+
- Image child-Actors are now properly sized to remain within their sector.
3+
- All of the examples are separated in different test classes for easy copy-paste.
4+
- Even more API methods available to the public.
5+
- Finished writing the JavaDoc.
6+
17
[0.2.1-alpha]
2-
- Refactoring the project's structure to resemble to other usual LibGDX libraries.
8+
- Refactoring the project's structure to resemble to other usual libGDX libraries.
39
- Opening up the API (more public methods accessible to users of the library).
4-
- Including ShapeDrawer as dependency by-default.
10+
- Including ShapeDrawer as a dependency by-default.
511

612
[0.1.1-alpha]
713
- JitPack deployment properly integrated.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Rafael Skoberg
3+
Copyright (c) 2019 Jérémi Grenier-Berthiaume
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply from: 'publish.gradle'
1818
sourceCompatibility = 1.7
1919

2020
def projectName = 'pie-menu'
21-
version '0.1.2-alpha'
21+
version '1.0.0'
2222
group 'com.payne.games'
2323

2424
def gdxVersion = '1.9.10'

demo/android/AndroidManifest.xml

-24
This file was deleted.

demo/android/assets/beer-stein.png

-19.7 KB
Binary file not shown.

demo/android/assets/coffee-mug.png

-19.6 KB
Binary file not shown.

demo/android/assets/disc.png

-193 KB
Binary file not shown.

demo/android/assets/early_demo.gif

-1000 KB
Binary file not shown.

demo/android/assets/font-export.fnt

-104
This file was deleted.

0 commit comments

Comments
 (0)