Commit Graph

24 Commits

Author SHA1 Message Date
8b9d26a02c delay en naus en titol 2025-12-17 18:55:41 +01:00
8bc259b25a nous sons 2025-12-17 17:05:42 +01:00
3b432e6580 layout de TITOL 2025-12-17 11:32:37 +01:00
bc5982b286 treballant en les naus de title 2025-12-16 22:14:55 +01:00
75a4a1b3b9 millorada la JOIN_PHASE i fase final de TITOL 2025-12-16 12:34:19 +01:00
8b896912b2 centralitzada la gestio d'SKIP per a les escenes 2025-12-16 08:33:29 +01:00
3d0057220d afegides tecles d'START. ja comença el joc amb el numero correcte de jugadors 2025-12-12 16:40:46 +01:00
0c75f56cb5 treballant en context per a jugador 1, jugador 2 o els dos 2025-12-12 10:43:17 +01:00
0ceaa75862 integrada classe Input 2025-12-11 12:41:03 +01:00
789cbbc593 afegida veu: good job commander
calibrats els volumnes de musica i efectes
afegida forma: ship2.shp
canviat tamany de textos de canvi de pantalla
2025-12-04 18:27:39 +01:00
1dd87c0707 corregit: al pulsar per a jugar, el titol deixava d'animar-se 2025-12-04 12:00:08 +01:00
330044e10f millorada la gestio d'escenes i opcions 2025-12-04 11:51:41 +01:00
f8c5207d5c corregida la posicio del titol al inici 2025-12-04 08:52:07 +01:00
2caaa29124 afegit fade in al starfield de TITOL 2025-12-04 08:24:08 +01:00
cdc4d07394 animacio del titol als 10 segons 2025-12-04 08:00:13 +01:00
a3aeed4b7c afegides musiques
afegit control de brillo al starfield
2025-12-03 19:27:36 +01:00
3b0354da54 afegit titol al TITOL 2025-12-03 17:40:27 +01:00
0500dce7aa includes amb ruta absoluta 2025-12-03 11:19:23 +01:00
9f0dfc4e24 gitignore no ha deixat versionar cap fitxer de core
afegida gestió de ratolí
2025-12-03 09:42:45 +01:00
aa66dd41c1 ja renderitza a la resolució de la finestra 2025-12-03 08:23:42 +01:00
69fb5f3cc1 Migrate to CMake-based build with packaging
Major build system refactoring:

**CMake (build authority)**:
- Auto-discovers .cpp files (GLOB_RECURSE in source/core/ and source/game/)
- No manual file list maintenance needed
- Excludes source/legacy/ automatically
- Generates build/project.h from template

**Makefile (simplified wrapper)**:
- Delegates compilation to CMake (make → cmake --build build)
- Contains 5 release packaging targets:
  * macos_release: .app bundle + .dmg (Apple Silicon)
  * linux_release: .tar.gz
  * windows_release: .zip with .exe + DLLs
  * windows_cross: cross-compile from Linux/macOS
  * rpi_release: ARM64 cross-compile
- Complex packaging logic preserved (code signing, symlinks, DMG creation)

**Benefits**:
- Add new .cpp file → automatically compiled (no manual updates)
- Single source of truth in CMakeLists.txt (no duplication)
- IDE-friendly (VSCode, CLion, etc.)
- Complete packaging support (5 platforms)

**Files changed**:
- CMakeLists.txt: GLOB_RECURSE replaces 23-file hardcoded list
- Makefile: Simplified compilation + added 5 release targets (~220 lines)
- CLAUDE.md: Updated build system documentation
- escena_titol.cpp: Fixed include path (build/project.h → project.h)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 07:36:53 +01:00
d6b2e97777 afegit nivell de brillo per shape 2025-12-02 22:11:17 +01:00
98c90e6075 treballant en el starfield 2025-12-02 21:19:43 +01:00
f795c86a38 afegida escena TITOL 2025-12-02 21:03:21 +01:00