Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3eba15b
code(WIP)run the automigration from Godot 3 to Godot 4 at project's i…
TheRustifyer Dec 22, 2023
9a6ee8b
vscode: Added custom rust-analyzer lint options per workspace
TheRustifyer Dec 22, 2023
1d30f02
feat(depr)!: too much work. Renaming the src folder to other one, and…
TheRustifyer Dec 22, 2023
8297390
code: added the entry point for the Rust side of the Pokémon Gallaecia
TheRustifyer Dec 22, 2023
e6a427e
deps: renamed the godot directory to godot_legacy to just start fresh…
TheRustifyer Dec 22, 2023
35d8e4c
feat: cleaning the source tree
TheRustifyer Dec 23, 2023
b5fc13f
feat: restablished the source tree
TheRustifyer Dec 23, 2023
14b9012
feat: Added the basic behaviour to the root elements
TheRustifyer Dec 23, 2023
dbc3032
feat: PlayerCharacter gets its correct Godot type, CharacterBody2D
TheRustifyer Dec 23, 2023
a616800
feat: Added PlayerCharacter and PlayerStatus enum to track PlayerChar…
TheRustifyer Dec 24, 2023
c27920e
feat: Animated Sprite was added to the PlayerCharacter
TheRustifyer Dec 24, 2023
06abbdf
feat: Scenes and types for animate the character's sprites
TheRustifyer Dec 24, 2023
e4980a2
feat: Using the ECS system design pattern to upgrade the composition …
TheRustifyer Dec 24, 2023
ce6ec03
feat: receiving the input actions of the periphericals from the engine
TheRustifyer Jan 2, 2024
156cb3a
feat: Base pointer to the Node engine class removed from the members …
TheRustifyer Jan 2, 2024
8839d73
feat: basic player controlled character motion implemented
TheRustifyer Jan 2, 2024
4909f80
feat: player animations for when the chracter is moving or idle
TheRustifyer Jan 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Godot 4+ specific ignores
.godot/
addons/
*.import

# Rust
target/

# Python
__pycache__/
1 change: 0 additions & 1 deletion .import/.gdignore

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Barn.png-549f8c5e3e755c6e6bfa3252574df374.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Battle Tent.png-112a83ca30de3753fc6d2c21d278a69b.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Berm (edge).png-dceec31b68acf7b45027cdcc886068ea.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Berry Forest.png-e6c67eb8e8c5af5aba757debbba2bbb8.md5

This file was deleted.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Big Top.png-d4ef8a4caf88f026c11ce1031790d4ac.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Brick.png-543049bdc58c68f85ac6e10347a257b6.md5

This file was deleted.

Binary file removed .import/Brick.png-543049bdc58c68f85ac6e10347a257b6.stex
Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Bush (huge).png-1e37db4a4048665285e22fb60b64f195.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Bush (large).png-8b208c58ef0a12086d8cb2666cc93978.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Bush (small).png-d3c35f85b03805e8187a9918fb57cc17.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Cathedral.png-2d12f0738a4a557daf360a5763d22485.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Church.png-ff6d93a45a1c7326b869585cbcae21d5.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/City House.png-cfe288a22ff17ba2478f612f38c2833f.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Cliff (tall).png-37f1ac79c06756f15df7ece6520a81c4.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Cottage.png-5fd3d12c36fed205954711ba86042a97.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Daycare.png-693a2f2078d8c6bf645a25ef1018afe9.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Dojo.png-f9dd31a3c35523c00c0b075f90ab8e78.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Edit.png-fcf314d06bc1ac34672e454e8e442eb0.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Fence (iron).png-10930417e11ff6116baf2699df346cde.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Flower Shop.png-7692364f8976c2fc4d4bbf37063fd093.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Footlight.png-a90ff2d7e98869b583fdeb0ea21666b7.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Gravel.png-c25d2ad68dbd3b2e020fac878dfb4484.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Guard Tower.png-d31006b312ef0b97446f13ff44b352e6.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Hay Pile.png-6208175ceae5ce6e625b58750dc68b64.md5

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Hay.png-7ac51ff7305802fb05b39d01a7439b4b.md5

This file was deleted.

Binary file removed .import/Hay.png-7ac51ff7305802fb05b39d01a7439b4b.stex
Binary file not shown.
3 changes: 0 additions & 3 deletions .import/Haybale.png-7cbb4156261dfdff1b766ef01a7e8cb4.md5

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Loading