Kirill
38b05eb4ef
Remove redundant debug and check steps from CI workflow
Android / android (push) Successful in 25s
2026-08-19 23:09:53 +03:00
Kirill
735ab3774d
Downgrade upload-artifact action version from v4 to v3 in CI workflow
Android / android (push) Successful in 50s
2026-08-19 23:04:17 +03:00
Kirill
43aaa6e28f
Reorder APK upload step in CI workflow for clarity
Android / android (push) Failing after 29s
2026-08-19 23:02:21 +03:00
Kirill
544f5c466e
Remove file type check for APK in CI workflow
Android / android (push) Successful in 26s
2026-08-19 22:49:18 +03:00
Kirill
0b80d2cdf6
Remove APK upload step from CI workflow and add APK check
Android / android (push) Failing after 27s
2026-08-19 22:47:52 +03:00
Kirill
b82fe0f3d7
Disable package signing in export presets configuration
Android / android (push) Failing after 30s
2026-08-19 22:44:56 +03:00
Kirill
860168e4eb
Fix resource IDs in owniverse_item.tscn for script and texture references
Android / android (push) Failing after 18s
2026-08-19 22:42:04 +03:00
Kirill
84c29ed064
Add Global.gd.uid file with unique identifier
Android / android (push) Failing after 18s
2026-08-19 22:36:02 +03:00
Kirill
14e4450679
Disable runnable option for Android export preset and remove ADB version check from CI workflow
Android / android (push) Failing after 18s
2026-08-19 22:26:44 +03:00
Kirill
15a4a2e953
Enhance Android CI workflow with verbose export and build checks
Android / android (push) Failing after 19s
2026-08-19 22:16:05 +03:00
Kirill
201284f3c2
Fix Android CI export
Android / android (push) Failing after 18s
2026-08-19 22:13:06 +03:00
Kirill
708740d757
Disable Gradle build for Android CI
Android / android (push) Failing after 14s
2026-08-19 22:11:43 +03:00
Kirill
f82ccbedd9
Add Godot export check step to Android CI workflow
Android / android (push) Failing after 13s
2026-08-19 22:07:51 +03:00
Kirill
0db2fa0f96
yaml
Android / android (push) Failing after 14s
2026-08-19 22:04:32 +03:00
K
41de04c2e2
Update .gitea/workflows/android.yml
Android / android (push) Failing after 16s
2026-08-19 17:23:58 +00:00
K
5bb566351d
Merge pull request 'Feature/evolution' ( #1 ) from feature/evolution into main
...
Android / android (push) Failing after 39s
Reviewed-on: #1
2026-08-19 16:20:56 +00:00
Kirill
88bcf77aa9
Add Android CI
2026-08-19 19:18:39 +03:00
Kirill
4de9027d1e
Refactor: improve code formatting and consistency in evolution logic
2026-08-18 22:37:38 +03:00
Kirill
044d193f8d
Refactor: clean up unused code and improve variable initialization in evolution and entity management
2026-08-17 08:12:43 +03:00
Kirill
d9cae38a11
Enhance production logic: add auto-producing entities and implement production calculations
2026-08-02 23:55:58 +03:00
Kirill
9d917e95ab
evolution
2026-08-02 22:57:58 +03:00
Kirill
8e565e5ac0
evolution
2026-08-02 22:56:54 +03:00
Kirill
6d846ec813
Add initial implementation of StateMachine and Inventory system with SignalBus integration
2026-07-30 22:06:18 +03:00
Kirill
d8a4019ce1
Refactor: restructure world entities and evolution logic; remove unused files and improve batch processing
2026-07-21 23:54:17 +03:00
Kirill
f4524a7acc
Refactor: update SPEED_LIMIT type, comment out signal, and enhance evolution logic
2026-07-20 00:11:44 +03:00
Kirill
a81359c1e6
Refactor code structure for improved readability and maintainability
2026-07-19 15:41:44 +03:00
Kirill
2a64274322
refactor(world): optimize visuals and item definitions
...
Add new high-res textures for planetary systems, remove placeholder graphics and update scene tree structure in 'world.tscn
2026-07-18 15:53:31 +03:00
Kirill
5820bbc7b2
Refactor save/load functionality; improve error messages and add save data timer
2026-07-10 20:36:44 +03:00
Kirill
45cfc8c8ee
Save load functionality.
...
Fix export path in export_presets.cfg and refactor variable names for clarity in owniverse.gd
2026-07-05 12:23:33 +03:00
Kirill
b41ccdb659
page fix
2026-06-24 23:25:55 +03:00
Kirill
2d2979a1cf
Refactor formatting functions and improve item production logic; update UI components for better layout and usability
2026-06-21 17:27:31 +03:00
Kirill
934d890887
Add action buttons and related functionality; refactor production logic and update entity definitions
2026-06-03 23:26:44 +03:00
Kirill
c21048add3
Refactor code structure for improved readability and maintainability
2026-05-31 10:57:44 +03:00
Kirill
edb5ec9dfa
Refactor code structure for improved readability and maintainability
2026-05-26 23:21:44 +03:00
Kirill
3bab036cc4
Add .kilo/agent-manager.json to .gitignore for MacOS specific ignores
2026-05-17 12:24:52 +03:00
Kirill
df563bf1b1
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized existing functions.
2026-05-05 23:49:12 +03:00
Kirill
fc86261a9d
Add new entity and item definitions, refactor related code
...
- Introduced new CSV files for entities and items, defining various properties and characteristics.
- Refactored the stage.gd script to handle item selection and descriptions instead of entities.
- Updated item button script to reflect changes in item properties and signals.
- Created a new entity.gd script to define the OwniverseEntity class with initialization and parsing methods.
- Modified owniverse.gd to initialize entities from the new definitions.
- Adjusted versioning in export presets and project files to reflect recent changes.
2026-04-08 00:23:22 +03:00
K
41977692a5
Merge pull request 'items_2260328' ( #2 ) from items_2260328 into main
...
Reviewed-on: https://gt.ruimte.ru/k/Owniverse/pulls/2
2026-04-05 20:31:19 +00:00
Kirill
094726a793
Refactor code structure for improved readability and maintainability
2026-04-05 23:26:43 +03:00
Kirill
81fe51ff4e
Indicators
2026-04-05 20:15:07 +03:00
Kirill
3b953b8713
Image loader, datetime
2026-03-30 00:48:20 +03:00
K
baf6a15f41
Merge pull request 'Screens and swipe' ( #1 ) from feat/tabs-20260307 into main
...
Reviewed-on: https://gt.ruimte.ru/k/Owniverse/pulls/1
2026-03-10 19:13:44 +00:00
Kirill
fba4aef9ab
Screens and swipe
2026-03-09 16:10:35 +03:00
Kirill
984f091863
star assets replacement
2026-03-07 19:19:42 +03:00
Kirill
59705b2143
main screen
2026-03-05 20:13:45 +03:00
Kirill
9f94114aa2
top menu
2025-11-20 10:02:20 +03:00
Kirill
aecce7d1c4
background
2025-11-15 08:22:49 +03:00
Kirill
7c5867f606
initial and starry sky
2025-11-12 13:28:57 +03:00