Generated by scc - Sloc, Cloc and Code.
Aggregate counts across all source files in the working tree and ULOC-based DRYness.
Per-language counts and share of total code. Bar shows code share; ULOC indicates how many lines are unique.
| Language | Files | Code | Comment | Blank | Complexity | ULOC | Share |
|---|---|---|---|---|---|---|---|
| C++ Header | 665 | 23,711 | 6,301 | 11,934 | 526 | 14,100 | |
| C++ | 648 | 78,496 | 2,532 | 15,018 | 10,556 | 37,492 | |
| Rust | 137 | 14,343 | 554 | 2,343 | 1,545 | 9,275 | |
| CMake | 72 | 4,233 | 192 | 925 | 538 | 2,826 | |
| Plain Text | 47 | 1,586 | 0 | 158 | 0 | 854 | |
| C Header | 46 | 1,389 | 841 | 523 | 108 | 1,420 | |
| YAML | 23 | 2,058 | 161 | 395 | 0 | 1,449 | |
| Markdown | 18 | 2,682 | 0 | 577 | 0 | 2,616 | |
| Autoconf | 15 | 61 | 0 | 34 | 0 | 42 | |
| Objective C++ | 14 | 1,457 | 59 | 342 | 210 | 762 | |
| Java | 5 | 938 | 0 | 174 | 232 | 556 | |
| TOML | 5 | 70 | 9 | 20 | 0 | 43 | |
| C | 3 | 6,411 | 386 | 1,130 | 1,738 | 3,932 | |
| Objective C | 2 | 14 | 2 | 8 | 0 | 15 | |
| Python | 1 | 86 | 4 | 14 | 22 | 81 | |
| Total | 1,701 | 137,535 | 11,041 | 33,595 | 15,475 | 74,669 |
Distribution of characters per line, bucketed across all files. Helps spot files with unusually long lines.
Files with the highest churn × complexity. High score = touched often and hard to reason about, prime targets for refactoring or test coverage.
| File | Score | Commits | Authors | Churn | Complexity |
|---|---|---|---|---|---|
| gameModules/gfHogCore/src/gfCHogLevelComponent.cpp | 100.0 | 29 | 1 | 3,094 | 214 |
| gameModules/gfTimeCore/src/gfCParkLevelComponent.cpp | 92.2 | 25 | 1 | 2,513 | 229 |
| gameModules/gfHogCore/simple/gfCSimpleLevelComponent.cpp | 37.9 | 12 | 1 | 1,032 | 196 |
| gameModules/gfGameCore/components/gfCConversationGui.cpp | 37.5 | 17 | 1 | 1,509 | 137 |
| libs/fsRenderer/impl/axmol/native/fsCNative3dScene.cpp | 33.3 | 24 | 1 | 1,493 | 86 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameLogicComponent.cpp | 33.2 | 14 | 1 | 675 | 147 |
| libs/fsAppCore/src/components/gui/fsIGuiComponent.cpp | 28.4 | 10 | 1 | 796 | 176 |
| libs/fsCore/miniz/miniz.c | 28.0 | 1 | 1 | 7,909 | 1,738 |
| gameModules/gfTimeCore/src/sim/gfCParkDaySim.cpp | 27.1 | 15 | 1 | 1,359 | 112 |
| gameModules/gfHogCore/gfIHogLevel.cpp | 22.7 | 22 | 1 | 398 | 64 |
| gameModules/gfGameCore/components/gfIPaywallGui.cpp | 21.3 | 20 | 1 | 1,128 | 66 |
| gameModules/gfTimeCore/src/gfCParkGuestViewComponent.cpp | 21.2 | 14 | 1 | 1,287 | 94 |
File pairs that change together in the same commits. High coupling = an implicit dependency git enforces but the code doesn't; editing one usually means editing the other.
| File A | File B | Shared | Coupling |
|---|---|---|---|
| gameModules/gfTimeCore/src/gfCParkLevelComponent.cpp | gameModules/gfTimeCore/src/gfCParkLevelComponent.h | 20 | 76.9% |
| gameModules/gfHogCore/CMakeLists.txt | gameModules/gfHogCore/src/gfCHogComponentFactory.cpp | 15 | 45.5% |
| gameModules/gfGameCore/components/gfIPaywallGui.cpp | gameModules/gfHogCore/components/gui/gfIPaywallGui.h | 13 | 59.1% |
| gameModules/gfTimeCore/src/sim/gfCParkDaySim.cpp | gameModules/gfTimeCore/src/sim/gfCParkDaySim.h | 12 | 75.0% |
| gameModules/gfTimeCore/src/gfCParkLevelComponent.cpp | gameModules/gfTimeCore/src/sim/gfCParkDaySim.cpp | 12 | 42.9% |
| gameModules/gfTimeCore/src/gfCParkGuestViewComponent.cpp | gameModules/gfTimeCore/src/gfCParkGuestViewComponent.h | 11 | 73.3% |
| gameModules/gfTimeCore/src/gfCParkLevelComponent.cpp | gameModules/gfTimeCore/src/sim/gfCParkDaySim.h | 11 | 40.7% |
| gameModules/gfTimeCore/CMakeLists.txt | gameModules/gfTimeCore/src/gfCParkLevelComponent.cpp | 11 | 39.3% |
| gameModules/gfGameCore/CMakeLists.txt | gameModules/gfHogCore/CMakeLists.txt | 11 | 35.5% |
| gameModules/gfHogCore/src/gfCHogLevelComponent.cpp | gameModules/gfHogCore/src/gfCHogLevelComponent.h | 11 | 35.5% |
| gameModules/gfTimeCore/CMakeLists.txt | gameModules/gfTimeCore/src/gfCTimeComponentFactory.cpp | 10 | 66.7% |
| gameModules/gfTimeCore/src/gfCParkLevelComponent.h | gameModules/gfTimeCore/src/sim/gfCParkDaySim.cpp | 10 | 38.5% |
Ownership measured by line-level git blame across the analysis window. Bus factor: 1; Martin King owns the most code in window.
| Author | Code | Files | Owns | In window | Last commit |
|---|---|---|---|---|---|
| Martin King <martinKing.biz@gmail.com> | 53,458 | 984 | 38.7% | 100.0% | 2026-08-25 |
| kingy71 <martin@virtual-playground.co.uk> | 10 | 1 | 0.0% | 0.0% | 2026-06-17 |
| - | - | - | - | before window |
Code lines by language over the analysed history window. Sparkline trajectory per language and per author.
| Language | Start | Now | Δ | Trajectory |
|---|---|---|---|---|
| C++ | 60,084 | 87,518 | +27,434 | |
| C++ Header | 20,052 | 27,984 | +7,932 | |
| Rust | 12,793 | 14,345 | +1,552 | |
| Plain Text | 2,694 | 7,310 | +4,616 | |
| C | 6 | 6,411 | +6,405 | |
| Markdown | 133 | 3,000 | +2,867 | |
| YAML | 297 | 2,478 | +2,181 | |
| Objective C++ | 1,316 | 1,566 | +250 | |
| CMake | 826 | 1,410 | +584 | |
| Java | 0 | 1,353 | +1,353 | |
| C Header | 481 | 884 | +403 | |
| Python | 86 | 698 | +612 |
| Author | Commits | Δ code | Activity |
|---|---|---|---|
| Martin King | 989 | +56,197 | |
| kingy71 | 11 | +17 |
Per-file detail for the full tree (1701 files). Sorted by lines descending; first ten shown, expand to see the rest.
| File | Lines | Code | Comment | Complexity | Bytes | ULOC |
|---|---|---|---|---|---|---|
| libs/fsCore/miniz/miniz.c | 7,909 | 6,399 | 386 | 1,738 | 349,787 | 3,928 |
| gameModules/gfTimeCore/src/gfCParkLevelComponent.cpp | 1,624 | 1,332 | 131 | 229 | 54,690 | 919 |
| libs/fsCore/miniz/miniz.h | 1,510 | 830 | 429 | 40 | 76,822 | 1,017 |
| docs/TIME_MANAGEMENT_CORE_PLAN.md | 1,145 | 1,048 | 0 | 0 | 83,137 | 1,043 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameLogicComponent.cpp | 1,053 | 913 | 3 | 147 | 33,405 | 561 |
| gameModules/gfGameCore/components/gfCConversationGui.cpp | 954 | 784 | 1 | 137 | 22,925 | 472 |
| gameModules/gfHogCore/src/gfCHogLevelComponent.cpp | 900 | 807 | 8 | 214 | 27,869 | 439 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawMinigameComponent.cpp | 895 | 771 | 11 | 116 | 25,716 | 489 |
| gameModules/gfHogCore/simple/gfCSimpleLevelComponent.cpp | 814 | 728 | 9 | 196 | 25,839 | 411 |
| libs/fsRenderer/impl/axmol/native/fsCNative3dScene.cpp | 778 | 652 | 33 | 86 | 24,091 | 451 |
| File | Lines | Code | Bytes |
|---|---|---|---|
| libs/fsAppCore/src/components/gui/fsIGuiComponent.cpp | 733 | 588 | 23,812 |
| libs/fsAppCore/src/fsCAppCoreMain.cpp | 726 | 584 | 17,229 |
| gameModules/gfTimeCore/src/gfCParkGuestViewComponent.cpp | 717 | 575 | 23,385 |
| libs/fsAppCore/fsINode.cpp | 694 | 581 | 15,348 |
| gameModules/gfComponents/components/subScene/gfILensComponent.cpp | 691 | 593 | 15,722 |
| crates/fission_entities/src/layers/minigames/word_games/wordsearch.rs | 683 | 569 | 28,263 |
| crates/fission_entities/src/gui_layout_parser.rs | 670 | 598 | 21,614 |
| gameModules/gfHogCore/src/gfCHogEntityFactory.cpp | 660 | 559 | 19,271 |
| gameModules/gfHogCore/components/gui/pickList/gfCPickListGui.cpp | 657 | 563 | 19,348 |
| gameModules/gfHogCore/components/gui/gfCRoundCongratulationsGui.cpp | 655 | 521 | 20,967 |
| gameModules/gfHogCore/components/levelSequencer/map/gfCLevelSequencerMapComponent.cpp | 652 | 555 | 21,433 |
| azurePipelines/game-common.yml | 649 | 530 | 20,520 |
| gameModules/gfMinigameCore/components/pairs/gfCPairsMinigameComponent.cpp | 629 | 557 | 17,728 |
| gameModules/gfTimeCore/src/sim/gfCParkDaySim.cpp | 619 | 528 | 16,010 |
| libs/fsCore/impl/axmol/fsCODRFileUtils.mm | 603 | 487 | 20,885 |
| gameModules/gfHogCore/components/gui/gfCRoundScoreGui.cpp | 598 | 527 | 14,608 |
| gameModules/gfMinigameCore/components/slidasquare/gfCSlidasquareMinigameComponent.cpp | 597 | 506 | 18,481 |
| libs/fsRenderer/impl/axmol/native/fsCNativeRenderTexture.cpp | 582 | 491 | 15,447 |
| libs/fsAppCore/src/fsCProfileManager.cpp | 559 | 463 | 15,806 |
| gameModules/gfHogCore/components/gui/gfCGameGui.cpp | 558 | 489 | 19,226 |
| libs/fsRenderer/impl/axmol/v3/native/fsCNativeRenderTexture.cpp | 557 | 470 | 14,233 |
| libs/fsRenderer/impl/axmol/fsCDisplay.cpp | 533 | 420 | 17,503 |
| gameModules/gfHogCore/components/gfCHogLevelLoaderComponent.cpp | 519 | 426 | 18,168 |
| gameModules/gfGameCore/components/gfIPaywallGui.cpp | 514 | 436 | 12,827 |
| gameModules/gfHogCore/gfIHogLevel.cpp | 512 | 438 | 15,689 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderTexture.cpp | 510 | 422 | 14,654 |
| gameModules/gfHogCore/components/gfCTutorialSequencerComponent.cpp | 507 | 439 | 17,230 |
| gameModules/gfGameCore/src/gfCInGameAdsManager.cpp | 494 | 423 | 12,114 |
| libs/fsCore/fsStr.cpp | 481 | 408 | 10,004 |
| gameModules/gfHogCore/components/test/gfCAutoTestLevelPlayComponent.cpp | 478 | 419 | 14,876 |
| libs/fsRenderer/impl/axmol/native/fsCNativeTextSprite.cpp | 475 | 376 | 13,643 |
| gameModules/gfTimeCore/src/gfCParkStaffViewComponent.cpp | 470 | 389 | 13,105 |
| libs/fsAppCore/src/components/fsIGestureHandlingComponent.cpp | 468 | 408 | 12,923 |
| gameModules/gfHogCore/src/gfCHogCoreMain.cpp | 466 | 387 | 12,753 |
| crates/fission_entities/src/layers/anim/impls/spriter/sequence.rs | 452 | 403 | 17,240 |
| libs/fsRenderer/impl/axmol/native/fsCAxmolRenderTexture.cpp | 448 | 365 | 18,011 |
| libs/fsAppCore/fsIDisplay.cpp | 446 | 387 | 12,153 |
| gameModules/gfHogCore/components/gui/debug/gfCDebugWindowGui.cpp | 444 | 379 | 14,520 |
| crates/fission_entities/src/layers/model_layer.rs | 443 | 314 | 16,798 |
| libs/fsAppCore/fsIInputManager.cpp | 439 | 377 | 11,130 |
| libs/fsTileMap/src/fsCView.cpp | 437 | 356 | 12,803 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamTextSpriteRenderData.cpp | 435 | 329 | 17,175 |
| libs/fsRenderer/src/particles/fsCParticleDataLoader.cpp | 429 | 383 | 12,741 |
| crates/fission_entities/src/layers/cutters/cutter.rs | 425 | 374 | 17,075 |
| crates/fission_entities/src/gen_mesh.rs | 424 | 330 | 15,234 |
| libs/fsPlatform/iap/src/impl/scapix/android/com/casualarts/uk/fsPlatform/FsPlatformIapBridge.java | 423 | 364 | 15,509 |
| tests/gui_grammar_golden_corpus/tooling/running_order_resolver.h | 416 | 323 | 11,065 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeTextSprite.cpp | 412 | 329 | 11,581 |
| crates/fission_entities/src/layers/particles/impls/fission.rs | 411 | 353 | 15,055 |
| gameModules/gfTimeCore/src/gfCParkPlacementComponent.cpp | 408 | 355 | 13,517 |
| crates/fission_entities/src/layers/anim/impls/spriter/atlas.rs | 404 | 340 | 14,770 |
| libs/fsRenderer/impl/cocos2d-x/fsCDisplay.cpp | 400 | 296 | 12,859 |
| libs/fsCore/impl/axmol/fsCHardware.cpp | 399 | 318 | 10,423 |
| libs/fsRenderer/src/components/fsCSpriteComponent.cpp | 397 | 314 | 11,139 |
| libs/fsCore/fsGrid.h | 394 | 323 | 10,452 |
| gameModules/gfComponents/components/gfICollectableComponent.cpp | 393 | 343 | 12,990 |
| crates/fission_entities/src/layers/minigames/grids/polar_grid.rs | 388 | 315 | 13,530 |
| libs/fsPlatform/ads/src/impl/android/com/casualarts/uk/fsPlatform/FsPlatformAdsBridge.java | 386 | 327 | 15,134 |
| libs/fsAppCore/fsCRunningOrderGrammar.cpp | 382 | 303 | 9,497 |
| crates/fission_entities/src/persona.rs | 380 | 322 | 12,889 |
| gameModules/gfTimeCore/tests/unit/gfCParkDaySimTests.cpp | 380 | 314 | 13,183 |
| gameModules/gfMinigameCore/components/flipsaw/gfCFlipsawMinigameComponent.cpp | 378 | 321 | 10,991 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeTextSprite.cpp | 376 | 291 | 10,887 |
| gameModules/gfHogCore/simple/gfCSimpleCoreMain.cpp | 372 | 305 | 10,315 |
| crates/fission_entities/src/layers/minigames/grids/regular_grid.rs | 364 | 292 | 11,995 |
| gameModules/gfHogCore/components/gui/gfCInGameCheatMenu.cpp | 364 | 277 | 11,787 |
| libs/fsRenderer/impl/axmol/v3/native/fsCAxmolRenderTexture.cpp | 364 | 311 | 10,310 |
| crates/fission_game_gui/src/gui/catalogues/catalogue_section.rs | 362 | 304 | 15,196 |
| libs/fsRenderer/impl/axmol/fsCImage.cpp | 359 | 296 | 10,820 |
| gameModules/gfComponents/components/gfCDraggableKeyComponent.cpp | 358 | 306 | 11,671 |
| gameModules/gfHogCore/src/gfCCollectionEffectFactory.cpp | 357 | 318 | 13,897 |
| gameModules/gfHogCore/CMakeLists.txt | 354 | 281 | 13,910 |
| libs/fsRenderer/src/animatingSprite/fsCAnimationDataPlayfirst.cpp | 354 | 319 | 9,257 |
| libs/fsAppCore/src/fsCEntity.cpp | 352 | 301 | 9,246 |
| libs/fsAppCore/src/fsILevelBasedAppCoreMain.cpp | 352 | 285 | 9,793 |
| libs/fsAppCore/src/fsCInputSession.cpp | 348 | 286 | 9,430 |
| crates/fission_entities/src/scene.rs | 347 | 301 | 11,704 |
| gameModules/gfHogCore/components/gui/gfCMainMenuGui.cpp | 343 | 304 | 11,121 |
| crates/fission_extra/src/map/rules.rs | 340 | 290 | 12,432 |
| libs/fsCore/src/fsCVariableTable.cpp | 340 | 294 | 7,487 |
| tests/gui_grammar_golden_corpus/style_heavy/assets/gui/fontStyles.txt | 340 | 289 | 4,828 |
| libs/fsRenderer/src/particles/fsCParticleEmitter.cpp | 338 | 291 | 7,667 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamTextSpriteRenderData-v3.cpp | 334 | 244 | 12,770 |
| libs/fsAppCore/impl/axmol/v3/fsCInputManager.cpp | 333 | 280 | 9,393 |
| libs/fsCore/fsIResourceNamePathAdjuster.cpp | 333 | 279 | 9,367 |
| gameModules/gfHogCore/components/gfCTutorialProgressionComponent.cpp | 332 | 287 | 10,666 |
| libs/fsCore/impl/cocos2d-x/fsCHardware.cpp | 331 | 261 | 8,150 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNative3dScene.cpp | 325 | 270 | 9,708 |
| libs/fsRenderer/fsIRenderer.cpp | 324 | 258 | 7,296 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameGenerateComponent.cpp | 323 | 283 | 9,175 |
| libs/fsRenderer/impl/raylib/native/fsCNativeTextSprite.cpp | 322 | 241 | 10,596 |
| libs/fsAppCore/src/components/gui/fsCBarGuiComponent.cpp | 319 | 270 | 7,627 |
| libs/fsRenderer/src/particles/fsCParticleData.cpp | 319 | 272 | 8,679 |
| libs/fsRenderer/src/particles/fsIParticle.cpp | 317 | 275 | 6,491 |
| libs/fsRenderer/impl/cocos2d-x/fsCImage-v3.cpp | 314 | 255 | 9,966 |
| libs/fsRenderer/impl/cocos2d-x/fsCImage.cpp | 313 | 254 | 9,864 |
| libs/fsRenderer/CMakeLists.txt | 310 | 263 | 10,780 |
| gameModules/gfTimeCore/src/gfCParkLevelComponent.h | 305 | 147 | 13,532 |
| libs/fsSpriter/CMakeLists.txt | 303 | 261 | 13,424 |
| libs/fsRenderer/impl/bgfx/native/fsCBgfx2d.cpp | 297 | 245 | 7,760 |
| gameModules/gfHogCore/components/levelSequencer/map/gfCLevelSequencerMapLevelComponent.cpp | 296 | 241 | 10,230 |
| libs/fs3d/components/fsC3dSceneSpriteComponent.cpp | 296 | 255 | 10,209 |
| gameModules/gfComponents/components/gfCLockComponent.cpp | 295 | 254 | 7,914 |
| gameModules/gfMinigameCore/components/joinTheDots/gfCJoinTheDotsMinigameComponent.cpp | 290 | 254 | 8,689 |
| gameModules/gfCatalogue/src/gfICatalogueGui.cpp | 288 | 232 | 7,365 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexRenderer-v3.cpp | 288 | 226 | 8,665 |
| tests/gui_grammar_golden_corpus/tooling/new_parser.h | 287 | 262 | 7,942 |
| libs/fsAppCore/impl/axmol/fsCInputManager.cpp | 285 | 224 | 9,852 |
| crates/fission_entities/src/layers/particles/particle.rs | 284 | 255 | 9,510 |
| gameModules/gfMinigameCore/components/rotate/gfCRotateMinigameComponent.cpp | 283 | 233 | 7,539 |
| crates/fission_game_gui/src/gui/catalogues/gui_catalogue.rs | 280 | 254 | 12,488 |
| gameModules/gfAchievements/src/gfCAchievementManager.cpp | 280 | 244 | 8,593 |
| crates/fission_game_gui/src/gui/gui_level_list.rs | 276 | 228 | 10,665 |
| libs/fsRenderer/impl/raylib/fsCImage.cpp | 275 | 223 | 9,286 |
| crates/fission_entities/src/entity_factory.rs | 274 | 203 | 8,837 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawStencil.cpp | 273 | 233 | 6,775 |
| libs/fsAppCore/CMakeLists.txt | 272 | 233 | 9,755 |
| libs/fsAppCore/src/fsCSoftwareCursor.cpp | 272 | 236 | 8,901 |
| libs/fsCore/impl/bgfx/fsCHardware.cpp | 270 | 219 | 4,987 |
| gameModules/gfAchievements/src/gfCBonusCollectionScreen.cpp | 268 | 223 | 7,986 |
| gameModules/gfTimeCore/src/gfCParkHudGui.cpp | 267 | 222 | 7,472 |
| gameModules/gfGameCore/components/gfCInventoryGui.cpp | 266 | 230 | 8,102 |
| crates/fission_entities/src/layers/anim/animation_trigger.rs | 265 | 225 | 8,738 |
| libs/fsAppCore/src/fsCEntity.h | 264 | 199 | 7,136 |
| gameModules/gfHogCore/components/gui/gfCNewPlayerGui.cpp | 261 | 225 | 8,660 |
| libs/fsRenderer/impl/magnum/fsCImage.cpp | 260 | 72 | 8,613 |
| gameModules/gfHogCore/components/gui/gfCMapGui.cpp | 259 | 230 | 8,485 |
| libs/fsRenderer/impl/axmol/native/fsCNativeSprite.cpp | 259 | 162 | 7,057 |
| gameModules/gfTimeCore/src/gfCParkClearComponent.cpp | 257 | 215 | 7,206 |
| gameModules/gfHogCore/components/gui/pickList/gfITextPickListEntryGui.cpp | 253 | 213 | 7,260 |
| gameModules/gfGameCore/components/gfCOptionsGui.cpp | 252 | 219 | 8,821 |
| libs/fsPlatform/ads/src/impl/android/fsAdsServiceAndroid.cpp | 252 | 223 | 6,638 |
| libs/fsRenderer/fsITexture.cpp | 252 | 197 | 6,173 |
| libs/fsRenderer/src/components/fsCAnimatingSpriteComponent.cpp | 252 | 216 | 6,583 |
| gameModules/gfHogCore/components/test/gfIAutoTestUserInputComponent.cpp | 251 | 219 | 8,024 |
| libs/fsAppCore/fsIInputManager.h | 250 | 173 | 6,178 |
| gameModules/gfComponents/gfILevelLoaderComponent.cpp | 248 | 217 | 8,061 |
| gameModules/gfHogCore/components/gfCGeneratedHogSubSceneComponent.cpp | 248 | 203 | 9,394 |
| gameModules/gfHogCore/src/gfCHogRunningOrder.cpp | 248 | 211 | 7,361 |
| libs/fsPlatform/iap/src/impl/scapix/android/fsCIAP.cpp | 248 | 213 | 5,996 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeSprite.cpp | 248 | 151 | 6,813 |
| libs/fsCore/impl/raylib/fsCHardware.cpp | 246 | 195 | 4,651 |
| libs/fsRenderer/impl/axmol/fsCTexture.cpp | 245 | 195 | 7,071 |
| libs/fsAppCore/impl/cocos2d-x/fsCInputManager.cpp | 244 | 197 | 8,421 |
| gameModules/gfCatalogue/src/diary/gfCDiaryGui.cpp | 243 | 200 | 7,155 |
| azurePipelines/batchBuild.yml | 242 | 195 | 5,053 |
| libs/fsSpriter/src/fsCAnimatingSpriteSpriter.cpp | 242 | 191 | 6,027 |
| libs/tests/unit/fsStrTests.cpp | 242 | 187 | 5,442 |
| crates/fission_entities/src/gui/button.rs | 239 | 199 | 8,772 |
| docs/GUI_GRAMMAR_PHASE2_SPEC.md | 238 | 212 | 13,868 |
| gameModules/gfComponents/components/subScene/gfCSubSceneViewComponent.cpp | 235 | 191 | 8,424 |
| libs/fsRenderer/impl/axmol/AXMOL_DISPLAY_3D_NOTES.md | 233 | 158 | 7,973 |
| gameModules/gfCatalogue/src/shop/gfCInGameShopGui.cpp | 232 | 196 | 6,954 |
| gameModules/gfMinigameCore/components/gfICutterComponent.cpp | 231 | 190 | 7,432 |
| libs/fsPlatform/iap/src/impl/scapix/iOS/fsCIAP.mm | 231 | 196 | 6,865 |
| libs/fsRenderer/src/fsCBrushManager.cpp | 231 | 198 | 7,391 |
| crates/fission_game_gui/src/gui/catalogues/catalogue_parser.rs | 229 | 177 | 8,615 |
| game.md | 228 | 150 | 5,969 |
| gameModules/gfCatalogue/src/gfCCatalogueParserYaml.cpp | 228 | 177 | 8,341 |
| gameModules/gfTimeCore/src/sim/gfCSlotSim.cpp | 228 | 183 | 5,294 |
| libs/fsAppCore/src/components/gui/fsCRollOverGui.cpp | 224 | 177 | 6,471 |
| crates/fission_game_gui/src/gui/gui_hog.rs | 223 | 185 | 7,397 |
| libs/fsAppCore/src/components/gui/elements/fsCButtonComponent.cpp | 223 | 182 | 7,200 |
| libs/fsAppCore/src/components/gui/fsCGumroadLicenseKeyGui.cpp | 223 | 190 | 5,483 |
| libs/fsRenderer/impl/cocos2d-x/fsCTexture-v3.cpp | 223 | 174 | 6,556 |
| gameModules/gfTimeCore/CMakeLists.txt | 222 | 173 | 8,723 |
| libs/fsCore/fsAffineMtx2d.cpp | 222 | 160 | 6,759 |
| libs/fsRenderer/src/animatingSprite/fsCAnimatingSpritePlayfirst.cpp | 222 | 186 | 5,574 |
| crates/fission_entities/src/layers/particles/particle_emitter_trigger.rs | 221 | 190 | 8,371 |
| libs/fsRenderer/impl/cocos2d-x/fsCTexture.cpp | 221 | 174 | 6,546 |
| crates/fission_entities/src/serialisation.rs | 220 | 188 | 6,562 |
| gameModules/gfHogCore/components/levelSequencer/map/gfCLevelSequencerMapLevelIconComponent.cpp | 220 | 164 | 7,698 |
| libs/fsAppCore/src/components/gui/elements/fsCTextEntryComponent.cpp | 220 | 191 | 5,992 |
| gameModules/gfHogCore/src/gfCHogComponentFactory.cpp | 218 | 184 | 8,964 |
| libs/fsRenderer/src/components/fsCTextSpriteComponent.cpp | 218 | 183 | 5,973 |
| gameModules/gfMinigameCore/components/rotate/gfCRotateCutterComponent.cpp | 216 | 180 | 7,222 |
| libs/fsAppCore/src/fsCAppCoreMain.h | 216 | 144 | 5,336 |
| gameModules/gfComponents/components/gfCTappableCollectableComponent.cpp | 214 | 189 | 6,547 |
| libs/fsAppCore/fsIRunningOrder.cpp | 214 | 175 | 5,800 |
| gameModules/gfTimeCore/src/gfCPurchaseActionSlotFill.cpp | 213 | 154 | 6,828 |
| crates/fission_entities/src/layers/minigames/match3/match3.rs | 211 | 166 | 8,258 |
| gameModules/gfTimeCore/src/gfCParkCatalogueGui.cpp | 211 | 172 | 6,504 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawHelpImage.cpp | 209 | 179 | 6,953 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCMazeMinigameGenerateComponent.cpp | 209 | 171 | 5,297 |
| tests/gui_grammar_golden_corpus/tooling/shared_logic.h | 209 | 176 | 5,604 |
| gameModules/gfTimeCore/src/sim/gfCParkDaySim.h | 208 | 113 | 8,249 |
| crates/fission_entities/src/brush_manager.rs | 207 | 156 | 6,530 |
| libs/fsAppCore/src/components/gui/elements/fsCRollOverButtonComponent.cpp | 207 | 176 | 6,053 |
| libs/fsCore/CMakeLists.txt | 206 | 160 | 5,674 |
| libs/fsPlatform/assets/src/impl/ios/ODRAssetUnpacker.mm | 205 | 169 | 7,193 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawCluster.cpp | 204 | 178 | 5,910 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeRenderer.cpp | 204 | 163 | 5,074 |
| libs/fsRenderer/fsIRenderer.h | 203 | 118 | 5,620 |
| gameModules/gfComponents/components/subScene/gfCSubSceneComponent.cpp | 201 | 175 | 6,844 |
| gameModules/gfHogCore/components/gui/gfCChoosePlayerGui.cpp | 199 | 173 | 6,392 |
| gameModules/gfMinigameCore/components/spotTheDiff/gfCSpotTheDiffMinigameComponent.cpp | 199 | 167 | 5,957 |
| libs/fsRenderer/impl/bgfx/fsCImage.cpp | 199 | 161 | 5,608 |
| libs/fsCore/fsSColour.cpp | 198 | 164 | 3,906 |
| libs/fsPlatform/firebase/src/impl/android/fsFirebaseServiceAndroid.cpp | 198 | 160 | 5,751 |
| libs/fsCore/src/fsCBezierPath.cpp | 197 | 153 | 5,889 |
| gameModules/gfComponents/gfIPickListEntryGui.cpp | 196 | 159 | 5,349 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderTexture-v3.cpp | 196 | 129 | 6,538 |
| libs/fsPlatform/license/fsILicenseCheck.cpp | 195 | 172 | 4,037 |
| crates/fission_entities/src/layers/cutters/stencils.rs | 194 | 167 | 6,223 |
| libs/fsRenderer/impl/bgfx/fsCTexture.cpp | 193 | 158 | 5,215 |
| gameModules/gfComponents/components/gfCGhostSpriteComponent.cpp | 191 | 165 | 5,943 |
| cmake/fissionDefines.cmake | 189 | 142 | 6,977 |
| gameModules/gfHogCore/components/gui/gfCMapPopUpGui.cpp | 188 | 157 | 5,568 |
| gameModules/gfTimeCore/src/gfCTimeCoreMain.cpp | 188 | 142 | 5,443 |
| agents.md | 187 | 127 | 5,417 |
| gameModules/gfTileMapCore/components/fsCPlayerMovementComponent.cpp | 186 | 161 | 4,011 |
| crates/fission_extra/src/map/tilemap.rs | 184 | 172 | 4,574 |
| gameModules/gfHogCore/components/levelSequencer/minigame/gfCLevelSequencerMinigameComponent.cpp | 184 | 151 | 5,668 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawLogicComponent.cpp | 184 | 148 | 6,399 |
| gameModules/gfComponents/components/subScene/gfILensComponent.h | 183 | 113 | 4,940 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawMinigameComponent.h | 183 | 120 | 4,591 |
| libs/fsAppCore/src/components/gui/fsCSplashScreenGui.cpp | 182 | 159 | 4,293 |
| gameModules/gfHogCore/components/gui/fsCCheatButtonComponent.cpp | 181 | 155 | 5,321 |
| gameModules/gfMinigameCore/components/gfIMinigameComponent.cpp | 180 | 160 | 6,176 |
| libs/fsAppCore/src/components/fsCCalendarComponent.cpp | 180 | 141 | 5,286 |
| libs/fsPlatform/social/src/impl/android/fsShareServiceAndroid.cpp | 180 | 149 | 3,868 |
| libs/fsRenderer/src/particles/fsCParticleData.h | 180 | 124 | 4,719 |
| crates/fission_game_gui/src/gui/catalogues/catalogue.rs | 179 | 146 | 7,123 |
| libs/fsRenderer/impl/magnum/native/fsCNativeTextSprite.cpp | 179 | 144 | 4,279 |
| cmake/hogProject.cmake | 178 | 150 | 6,621 |
| crates/fission_entities/src/attributes/mouse_over.rs | 178 | 148 | 6,546 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexRenderer.cpp | 178 | 144 | 4,350 |
| gameModules/gfHogCore/components/test/gfCAutoTestManager.cpp | 176 | 151 | 5,737 |
| gameModules/gfMinigameCore/CMakeLists.txt | 176 | 125 | 7,075 |
| libs/fsAudio/fsIAudioManager.cpp | 176 | 152 | 3,930 |
| libs/fsRenderer/impl/raylib/fsCTexture.cpp | 176 | 140 | 4,896 |
| tests/gui_grammar_golden_corpus/tooling/component_registry.txt | 176 | 176 | 4,283 |
| gameModules/gfTimeCore/src/gfCParkSlotStaffComponent.cpp | 175 | 142 | 4,552 |
| gameModules/gfHogCore/components/levelSequencer/gfCLevelSequencerComponent.cpp | 174 | 145 | 5,388 |
| tests/gui_grammar_golden_corpus/tooling/phase4_snapshot.cpp | 174 | 137 | 5,845 |
| crates/fission_game_gui/src/gui/gui_choose_player_slot.rs | 172 | 152 | 6,809 |
| gameModules/gfHogCore/components/gfCDebugJustCollectablesView.cpp | 172 | 142 | 4,638 |
| libs/fsRenderer/impl/magnum/fsCTexture.cpp | 172 | 117 | 4,776 |
| crates/fission_entities/src/attributes/draggable.rs | 171 | 144 | 5,213 |
| crates/fission_entities/src/layers/minigames/word_games/impossi.rs | 171 | 141 | 6,065 |
| gameModules/gfComponents/components/gfCLevelCompleteCheckerComponent.cpp | 171 | 144 | 6,619 |
| gameModules/gfHogCore/components/gui/gfCButtonDelayComponent.cpp | 171 | 141 | 5,659 |
| libs/fsAppCore/fsIMessageDispatcher.cpp | 170 | 148 | 5,376 |
| crates/fission_entities/src/layers/anim/impls/sequence.rs | 169 | 152 | 5,361 |
| crates/fission_hog/src/lib.rs | 169 | 123 | 4,915 |
| libs/fsCore/src/fsCStringsFile.cpp | 169 | 138 | 3,741 |
| libs/fsRenderer/src/components/fsCParticleEmitterComponent.cpp | 168 | 140 | 4,257 |
| crates/fission_entities/src/gui/check_box.rs | 166 | 150 | 6,258 |
| gameModules/gfMinigameCore/components/wordGames/anagram/gfCAnagramComponent.cpp | 166 | 116 | 5,345 |
| gameModules/gfMinigameCore/components/gfCDrawOrderControllerComponent.cpp | 165 | 141 | 4,707 |
| libs/fsRenderer/impl/bgfx/fsCDisplay.cpp | 165 | 125 | 4,025 |
| libs/fsRenderer/src/particles/fsIParticle.h | 165 | 111 | 4,138 |
| gameModules/gfHogCore/components/gui/pickList/gfCDropOffPickListEntryGui.cpp | 164 | 138 | 4,365 |
| libs/fsCore/impl/magnum/fsCFile.cpp | 164 | 85 | 4,498 |
| crates/fission_entities/src/layers/anim/impls/playfirst/sequence.rs | 163 | 146 | 5,128 |
| libs/fsCore/src/fsCUserSavedData.cpp | 163 | 131 | 4,332 |
| tests/gui_grammar_golden_corpus/style_heavy/assets/gui/mainStyles.txt | 163 | 138 | 2,369 |
| gameModules/gfHogCore/components/gui/gfCRoundScoreGui.h | 162 | 100 | 3,109 |
| libs/fsCore/impl/axmol/fsCFile.cpp | 162 | 125 | 4,232 |
| .github/workflows/c-cpp.yml | 161 | 127 | 5,688 |
| libs/fs3d/fsC3dSprite.cpp | 161 | 133 | 3,424 |
| libs/fsPlatform/social/fsIFacebook.cpp | 161 | 130 | 2,882 |
| libs/fsAppCore/src/fsCComponentFactory.cpp | 160 | 129 | 5,522 |
| crates/fission_entities/src/level.rs | 158 | 135 | 5,416 |
| gameModules/gfHogCore/src/gfCHOGHint.cpp | 158 | 130 | 5,504 |
| gameModules/gfHogCore/src/gfCHogLevelComponent.h | 158 | 109 | 4,230 |
| libs/fsAppCore/src/components/gui/elements/fsCSliderComponent.cpp | 158 | 133 | 4,376 |
| libs/fsPlatform/assets/src/impl/ios/ODRAssetCopy.mm | 157 | 129 | 5,193 |
| libs/fsAppCore/fsINode.h | 156 | 103 | 3,716 |
| azurePipelines/release.yml | 155 | 99 | 6,412 |
| docs/GUI_GRAMMAR_MIGRATION_PLAN.md | 155 | 134 | 8,955 |
| gameModules/gfGameCore/components/gfCConversationGui.h | 155 | 103 | 4,499 |
| libs/fsCore/impl/magnum/fsCHardware.cpp | 155 | 116 | 2,360 |
| gameModules/gfHogCore/components/gui/gfCNagManager.cpp | 154 | 133 | 4,187 |
| libs/fsPlatform/analytics/fsIFlurryManager.cpp | 154 | 124 | 3,162 |
| libs/fsRenderer/fsITexture.h | 154 | 110 | 4,924 |
| crates/fission_entities/src/locale.rs | 153 | 119 | 4,349 |
| gameModules/gfCatalogue/src/gfCCatalogueParserVarTable.cpp | 153 | 128 | 5,054 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameLogicComponent.h | 153 | 96 | 4,864 |
| libs/fsRenderer/impl/raylib/native/fsCNativeSprite.cpp | 153 | 129 | 2,938 |
| libs/fsRenderer/src/fsCBrush.cpp | 153 | 127 | 3,562 |
| libs/fsRenderer/src/fsCSprite.cpp | 153 | 116 | 3,575 |
| crates/fission_entities/src/gui/gui_picklist_slot.rs | 152 | 134 | 4,478 |
| libs/fsRenderer/impl/magnum/native/fsCNativeSprite.cpp | 152 | 120 | 3,681 |
| libs/fsCore/fsStr.h | 151 | 99 | 5,362 |
| crates/fission_entities/src/layers/anim/impls/spriter/entity.rs | 150 | 137 | 3,915 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameGenerateComponent.h | 150 | 106 | 4,486 |
| libs/fsCore/src/debug/fsIDebug.cpp | 150 | 128 | 3,711 |
| libs/fsPlatform/assets/src/impl/ios/fsCODR.mm | 150 | 120 | 4,723 |
| libs/fsRenderer/src/particles/fsCParticleParameterModifier.cpp | 150 | 128 | 3,382 |
| gameModules/gfTimeCore/src/gfCParkGuestViewComponent.h | 149 | 73 | 5,617 |
| libs/fsCore/impl/raylib/fsCFile.cpp | 149 | 112 | 3,630 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeSprite.cpp | 149 | 121 | 3,344 |
| gameModules/gfCatalogue/src/gfCCommodityButtonComponent.cpp | 148 | 120 | 4,274 |
| gameModules/gfMinigameCore/components/pairs/gfCPairsMinigameComponent.h | 148 | 96 | 3,712 |
| libs/fsAppCore/src/fsCGuiMessageDispatcher.cpp | 148 | 127 | 5,395 |
| libs/fsCore/impl/bgfx/fsCFile.cpp | 147 | 117 | 3,377 |
| gameModules/gfCatalogue/src/miniGames/gfCMiniGameGui.cpp | 146 | 118 | 4,636 |
| libs/fsTileMap/CMakeLists.txt | 146 | 113 | 4,479 |
| libs/fsAppCore/src/components/transformation/fsITransformationComponent.cpp | 145 | 121 | 3,832 |
| libs/fsCollision/CMakeLists.txt | 145 | 130 | 6,172 |
| libs/fsRenderer/impl/bgfx/fsCFont.cpp | 145 | 121 | 4,041 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamSpriteRenderData.cpp | 145 | 84 | 4,828 |
| crates/fission_entities/src/layers/minigames/home_locator.rs | 144 | 125 | 4,421 |
| gameModules/gfHogCore/components/gui/pickList/gfCPickListGui.h | 144 | 88 | 4,012 |
| libs/fsAppCore/src/fsCLocalisedStrings.cpp | 144 | 120 | 3,311 |
| tests/gui_grammar_golden_corpus/tooling/running_order_snapshot.cpp | 144 | 117 | 3,750 |
| gameModules/gfMinigameCore/components/instantInventory/gfCInstantInventoryMiniGameLogicComponent.cpp | 142 | 115 | 4,469 |
| libs/fsAppCore/src/fsCSerialisableToStr.cpp | 142 | 119 | 3,841 |
| azurePipelines/game-wrapper-example.yml | 141 | 123 | 2,779 |
| crates/fission_entities/src/attributes/lens.rs | 141 | 60 | 4,437 |
| gameModules/gfHogCore/components/gui/pickList/gfCSilhouettePickListEntryGui.cpp | 141 | 115 | 4,689 |
| libs/fsAppCore/src/components/gui/fsCNotificationsGui.cpp | 141 | 117 | 4,525 |
| libs/fsCore/impl/cocos2d-x/fsCFile.cpp | 141 | 109 | 3,968 |
| libs/fsPlatform/social/fsShareFactory.cpp | 141 | 120 | 2,506 |
| gameModules/gfHogCore/components/gui/debug/gfCDebugMenuGui.cpp | 140 | 118 | 3,773 |
| gameModules/gfMinigameCore/components/wordGames/wordTiles/gfCWordTilesMinigameComponent.cpp | 140 | 117 | 4,674 |
| libs/fsRenderer/impl/axmol/v3/native/fsCNativeRenderTexture.h | 140 | 102 | 3,752 |
| crates/fission_entities/src/custom_material.rs | 139 | 123 | 4,417 |
| gameModules/gfComponents/components/gfCVisibilityStateComponent.cpp | 139 | 118 | 5,532 |
| gameModules/gfHogCore/components/test/gfCTestLoadGuis.cpp | 139 | 118 | 3,973 |
| gameModules/gfHogCore/simple/gfCSimpleLevelComponent.h | 139 | 94 | 3,860 |
| gameModules/gfHogCore/src/gfCHogEntityFactory.h | 138 | 102 | 4,034 |
| gameModules/gfTileMapCore/components/gfCTileMapLevelLoaderComponent.cpp | 138 | 111 | 4,764 |
| libs/fsAppCore/src/components/gui/fsIGuiComponent.h | 138 | 84 | 5,473 |
| libs/fsRenderer/impl/axmol/native/fsCNativeRenderTexture.h | 138 | 98 | 3,619 |
| .github/workflows/cppCheck.yml | 137 | 120 | 4,417 |
| cmake/simpleProject.cmake | 137 | 105 | 4,618 |
| crates/fission_entities/src/gui/slider.rs | 137 | 119 | 4,492 |
| gameModules/gfHogCore/components/levelSequencer/map/gfCLevelSequencerMapComponent.h | 137 | 87 | 3,696 |
| crates/fission_entities/src/file_string_loader.rs | 136 | 105 | 3,411 |
| docs/achievements.md | 136 | 88 | 6,345 |
| gameModules/gfMinigameCore/components/gfCDrawOrderStateComponent.cpp | 136 | 113 | 3,015 |
| cmake/utils/cocos2dx_sync.cmake | 135 | 112 | 6,004 |
| docs/BGFX_BACKEND.md | 135 | 105 | 5,869 |
| gameModules/gfTimeCore/src/sim/gfCGuestAgentSim.cpp | 135 | 120 | 3,400 |
| libs/fsPlatform/achievements/src/impl/android/com/casualarts/uk/fsPlatform/FsPlatformAchievementsBridge.java | 135 | 111 | 4,294 |
| tests/gui_grammar_golden_corpus/nested_include/expected_tree.txt | 135 | 134 | 4,021 |
| libs/fsAppCore/src/components/gui/elements/fsCCheckBoxComponent.cpp | 134 | 107 | 3,462 |
| crates/fission_entities/src/layers/key.rs | 133 | 116 | 4,374 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawDrawerComponent.cpp | 133 | 114 | 3,781 |
| libs/fsAppCore/src/components/fsCDragDropComponent.cpp | 133 | 98 | 4,125 |
| libs/fsPlatform/social/fsReviewFactory.cpp | 133 | 113 | 2,299 |
| libs/fsRenderer/impl/axmol/native/fsCNativeTextEntry.cpp | 133 | 106 | 3,344 |
| gameModules/gfAchievements/src/gfCAchievementsScreen.cpp | 132 | 110 | 3,957 |
| libs/fsCore/src/fsCGlobalSavedData.cpp | 132 | 109 | 3,728 |
| crates/fission_entities/src/layers/cutters/cutter_trigger.rs | 131 | 114 | 4,795 |
| gameModules/gfComponents/components/subScene/gfCSubSceneNavigateComponent.cpp | 131 | 105 | 5,230 |
| gameModules/gfMinigameCore/components/wordGames/anagram/gfCAnagramController.cpp | 131 | 109 | 4,150 |
| libs/fsAppCore/src/components/fsCNameComponent.cpp | 131 | 101 | 3,231 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexRenderer.h | 131 | 92 | 3,529 |
| gameModules/gfMinigameCore/components/wordGames/wordTiles/gfCWordTilesTileMinigameComponent.cpp | 130 | 112 | 4,881 |
| libs/fsPlatform/social/fsIReview.cpp | 130 | 107 | 2,358 |
| crates/fission_entities/src/layers/anim/animation.rs | 129 | 111 | 4,277 |
| crates/fission_game_gui/src/gui/gui_new_player.rs | 129 | 113 | 5,031 |
| gameModules/gfCatalogue/src/shop/gfCInGameShopItemPopupGui.cpp | 129 | 103 | 4,232 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderTexture.h | 129 | 90 | 3,573 |
| crates/fission_game_gui/src/gui/gui_cheat_skip.rs | 128 | 114 | 5,101 |
| gameModules/gfCatalogue/CMakeLists.txt | 128 | 88 | 3,705 |
| gameModules/gfHogCore/src/gfCHOGHint.h | 128 | 88 | 3,192 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeTextEntry.cpp | 128 | 101 | 3,323 |
| libs/fsCollision/src/fsCImpulseComponent.cpp | 127 | 108 | 3,498 |
| libs/fsRenderer/impl/raylib/native/fsCNativeRenderTexture.cpp | 127 | 96 | 3,268 |
| libs/fsCore/src/fsCUserSavedData.h | 126 | 79 | 2,522 |
| libs/fsRenderer/src/particles/fsCParticleParameter.cpp | 126 | 110 | 2,866 |
| crates/fission_game_gui/src/gui/gui_options.rs | 125 | 109 | 4,591 |
| gameModules/gfComponents/components/gfCGroupCollectableComponent.cpp | 125 | 96 | 3,765 |
| libs/fsAppCore/src/components/fsCRevealingTextSpriteComponent.cpp | 125 | 106 | 2,688 |
| libs/fsRenderer/impl/axmol/native/fsCNative3dScene.h | 124 | 84 | 3,176 |
| gameModules/gfGameCore/src/gfCGameInventoryComponent.cpp | 123 | 103 | 4,072 |
| libs/fsRenderer/impl/axmol/fsNAxmolRenderView.h | 123 | 100 | 2,825 |
| tests/gui_grammar_golden_corpus/nested_include/assets/gui/hogGui/hogGuiStyles.txt | 123 | 111 | 2,576 |
| crates/fission_entities/src/layers/minigames/grids/gridable.rs | 122 | 104 | 4,106 |
| gameModules/gfTimeCore/src/gfCParkEndOfDayGui.cpp | 122 | 101 | 3,899 |
| crates/fission_entities/src/lib.rs | 121 | 91 | 2,697 |
| gameModules/gfGameCore/components/gfIPaywallGui.h | 121 | 81 | 3,363 |
| gameModules/gfTimeCore/src/sim/gfCSlotSim.h | 121 | 55 | 4,305 |
| libs/fsAppCore/src/fsCProfileManager.h | 121 | 77 | 3,071 |
| libs/fsRenderer/src/renderData/native/fsCNativeRenderTextureRenderData.cpp | 121 | 96 | 3,200 |
| libs/fsTileMap/src/fsCView.h | 121 | 70 | 3,399 |
| crates/fission_game_gui/src/gui/catalogues/gui_catalogue_item.rs | 120 | 96 | 4,185 |
| gameModules/gfHogCore/gfIHogLevel.h | 120 | 73 | 2,711 |
| gameModules/gfHogCore/src/fsCAutoMinigameLevelComponent.cpp | 120 | 102 | 4,913 |
| libs/fsAppCore/src/components/fsIGestureHandlingComponent.h | 120 | 76 | 3,446 |
| azurePipelines/fission.yml | 119 | 85 | 3,425 |
| libs/fsAppCore/src/fsCCursorInertia.cpp | 119 | 94 | 3,947 |
| azurePipelines/web.yml | 118 | 103 | 4,500 |
| crates/fission_entities/src/layers/subscene.rs | 118 | 103 | 4,045 |
| gameModules/gfGameCore/components/gfCParallaxComponent.cpp | 118 | 102 | 2,877 |
| gameModules/gfHogCore/components/gfCScoreTrailCollectionEffectComponent.cpp | 118 | 99 | 4,920 |
| libs/fsAppCore/fsIDisplay.h | 118 | 71 | 3,466 |
| gameModules/gfHogCore/components/gui/debug/gfCDebugWindowGui.h | 117 | 74 | 2,702 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderCommandTriangle.cpp | 117 | 90 | 4,759 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawDeckComponent.cpp | 116 | 96 | 3,396 |
| gameModules/gfMinigameCore/components/slidasquare/gfCSlidasquareMinigameComponent.h | 116 | 72 | 3,125 |
| gameModules/gfTimeCore/src/gfCPurchaseActionDecorationPlace.cpp | 116 | 88 | 3,445 |
| libs/fsRenderer/src/animatingSprite/fsCAnimationDataManager.cpp | 116 | 93 | 3,189 |
| libs/fsRenderer/src/particles/fsCParticleParticle.cpp | 116 | 98 | 2,672 |
| cmake/zlib.cmake | 115 | 88 | 4,790 |
| gameModules/gfHogCore/components/levelSequencer/gfCTotalScoreLevel.cpp | 115 | 97 | 3,367 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawComponentCutter.cpp | 115 | 93 | 3,575 |
| gameModules/gfMinigameCore/components/pairs/gfCPairsMiniGameLogicComponent.cpp | 115 | 91 | 3,326 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexRenderer-v3.h | 115 | 78 | 2,649 |
| particles.md | 115 | 84 | 5,263 |
| gameModules/gfComponents/components/gfICollectableComponent.h | 114 | 73 | 3,411 |
| gameModules/gfTimeCore/src/gfCPurchaseActionBuildingPlace.cpp | 114 | 95 | 3,404 |
| libs/fsCore/impl/axmol/fsCHardware.h | 114 | 74 | 2,552 |
| libs/fsRenderer/src/fsCRenderTexture.cpp | 114 | 83 | 2,665 |
| tests/gui_grammar_golden_corpus/tooling/test_str.h | 114 | 89 | 2,956 |
| gameModules/gfHogCore/components/gui/pickList/gfCSingleItemPickListEntryGui.cpp | 113 | 95 | 3,383 |
| gameModules/gfTimeCore/src/gfCParkStaffViewComponent.h | 113 | 63 | 3,659 |
| libs/fsAppCore/impl/bgfx/fsCInputManager.cpp | 113 | 91 | 2,054 |
| libs/fsAppCore/src/components/gui/elements/fsCRollOverButtonComponent.h | 113 | 67 | 2,866 |
| docs/GUI_GRAMMAR_PHASE0_CORPUS_AUDIT.md | 112 | 93 | 7,804 |
| libs/fsAppCore/src/fsCScreenFade.cpp | 112 | 95 | 2,499 |
| libs/fsCore/impl/cocos2d-x/fsCHardware.h | 112 | 73 | 2,391 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderCommandLine.cpp | 112 | 88 | 4,666 |
| libs/fsAppCore/src/components/gui/fsCLocaleGui.cpp | 111 | 88 | 3,189 |
| libs/fsCore/src/fsCVariableTable.h | 111 | 68 | 2,707 |
| libs/fsRenderer/fsIRenderTextureRenderData.cpp | 111 | 85 | 2,401 |
| crates/fission_entities/src/game_ephemeral_state.rs | 110 | 93 | 2,664 |
| libs/fsAppCore/src/fsILevelBasedAppCoreMain.h | 110 | 67 | 2,602 |
| libs/fsCore/fsIHardware.h | 110 | 63 | 2,530 |
| libs/fsCore/impl/magnum/fsCHardware.h | 110 | 71 | 2,360 |
| libs/fsCore/impl/raylib/fsCHardware.h | 110 | 70 | 2,362 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderCommandTriangleShaded.cpp | 110 | 87 | 4,822 |
| cmake/timeProject.cmake | 109 | 61 | 4,696 |
| crates/fission_game_gui/src/gui/shopping_list.rs | 109 | 90 | 3,751 |
| docs/GUI_GRAMMAR_PHASE1_REGRESSION.md | 109 | 97 | 6,267 |
| gameModules/gfGameCore/components/gfCLocaleSelectGui.cpp | 109 | 92 | 3,893 |
| libs/fsAppCore/src/fsCGraph.h | 109 | 75 | 2,121 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gui/gfCWordSearchTiledPickListEntryGui.cpp | 108 | 89 | 3,096 |
| gameModules/gfTimeCore/src/sim/gfCGuestAgentSim.h | 108 | 67 | 3,566 |
| libs/fsRenderer/fsIRenderableTexture.cpp | 108 | 88 | 2,322 |
| gameModules/gfHogCore/components/gfCBonusEntityCountComponent.cpp | 107 | 90 | 3,724 |
| azurePipelines/findAndStart.yml | 106 | 81 | 4,235 |
| gameModules/gfTimeCore/src/gfCParkOfficeTapComponent.cpp | 106 | 86 | 2,969 |
| libs/fs3d/impl/cocos2d-x/fsC3dModelData.cpp | 106 | 72 | 3,233 |
| libs/fsAppCore/src/fsCContextualHardwareCursor.cpp | 106 | 90 | 3,822 |
| libs/fsRenderer/fsITextRenderData.cpp | 106 | 88 | 2,667 |
| gameModules/gfComponents/components/gfCPhotographableComponent.cpp | 105 | 85 | 2,636 |
| gameModules/gfGameCore/src/gfCInGameAdsManager.h | 105 | 91 | 3,514 |
| libs/fsCore/fsIFile.cpp | 105 | 85 | 2,540 |
| libs/fsRenderer/impl/raylib/native/fsCNative3dScene.cpp | 105 | 81 | 2,665 |
| cmake/utils/sync_folder.py | 104 | 86 | 3,325 |
| crates/fission_entities/src/layers/minigames/word_games/tiles.rs | 104 | 80 | 3,369 |
| libs/fsCore/src/fsCResourceName.cpp | 104 | 88 | 2,592 |
| libs/fsRenderer/impl/axmol/native/fsCNativeTextSprite.h | 104 | 66 | 2,494 |
| libs/fsRenderer/impl/magnum/native/fsCNativeRenderer.cpp | 104 | 70 | 2,096 |
| tests/gui_grammar_golden_corpus/running_order/README.md | 104 | 85 | 5,760 |
| gameModules/gfComponents/components/subScene/gfCSubSceneExitComponent.cpp | 103 | 86 | 3,400 |
| gameModules/gfMinigameCore/gfMinigameComponentFactory.cpp | 103 | 85 | 5,068 |
| libs/fsAppCore/impl/raylib/fsCInputManager.cpp | 103 | 79 | 1,528 |
| libs/fsPlatform/firebase/src/impl/android/com/casualarts/uk/fsPlatform/FsPlatformFirebaseBridge.java | 103 | 83 | 3,094 |
| gameModules/gfGameCore/components/gfCNagGui.cpp | 102 | 84 | 2,424 |
| gameModules/gfMinigameCore/components/flipsaw/gfCFlipsawMinigameComponent.h | 102 | 63 | 2,588 |
| libs/fs3d/impl/axmol/fsC3dModelData.cpp | 102 | 82 | 2,423 |
| libs/fsCore/src/fsTSingletonBackend.h | 102 | 39 | 3,119 |
| libs/fsRenderer/src/components/fsCSpriteComponent.h | 102 | 62 | 2,562 |
| libs/fsRenderer/src/particles/fsCParticleEmitter.h | 102 | 61 | 2,192 |
| gameModules/gfHogCore/components/test/gfCAutoTestLevelLoadComponent.cpp | 101 | 84 | 3,281 |
| libs/fsAppCore/src/components/gui/fsCConfirmBoxGui.cpp | 101 | 81 | 3,187 |
| gameModules/gfTimeCore/src/gfCParkPlacementComponent.h | 100 | 58 | 3,272 |
| libs/fsCore/fsBaseTypes.h | 100 | 38 | 2,118 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNative3dScene.h | 100 | 59 | 2,495 |
| crates/fission_entities/src/layers/minigames/jigsaw.rs | 99 | 85 | 3,027 |
| gameModules/gfComponents/gfIPickListEntryGui.h | 99 | 61 | 2,636 |
| gameModules/gfGameCore/components/gfCPlayerSlotGui.cpp | 99 | 80 | 3,004 |
| libs/fsAppCore/src/components/fsIComponent.h | 99 | 58 | 2,366 |
| libs/fsCore/fsPoint.cpp | 99 | 81 | 1,471 |
| libs/fsRenderer/fsIImage.cpp | 99 | 75 | 2,421 |
| libs/fsRenderer/src/particles/fsCParticleDataInstance.cpp | 99 | 82 | 2,511 |
| gameModules/gfHogCore/components/gui/pickList/gfCCrossOutPickListEntryGui.cpp | 98 | 83 | 3,202 |
| libs/fs3d/fsC3dSceneSprite.cpp | 98 | 82 | 2,346 |
| libs/fsCore/src/fsNMaths.cpp | 98 | 81 | 1,554 |
| libs/fsRenderer/fsIAnimatingSprite.cpp | 98 | 73 | 1,945 |
| libs/fsRenderer/fsISpriteRenderData.cpp | 98 | 80 | 2,644 |
| libs/fsRenderer/src/animatingSprite/fsCAnimatingSpritePlayfirst.h | 98 | 53 | 2,353 |
| crates/fission_entities/src/attributes/sprite.rs | 97 | 83 | 2,988 |
| gameModules/gfHogCore/components/gui/gfCRoundCongratulationsGui.h | 97 | 59 | 2,218 |
| gameModules/gfHogCore/components/levelSequencer/minigame/gfCLevelSequencerMinigameLevelComponent.cpp | 97 | 77 | 3,482 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gui/gfCWordSearchImageGroupPickListEntryGui.cpp | 97 | 75 | 3,268 |
| libs/fsAppCore/src/components/gui/fsCBarGuiComponent.h | 97 | 61 | 2,081 |
| libs/fsRenderer/fsITextRenderData.h | 97 | 59 | 2,365 |
| azurePipelines/githubToolDownload.yml | 96 | 72 | 3,115 |
| crates/fission_entities/src/gui/revealing_text.rs | 96 | 81 | 2,608 |
| crates/fission_game_gui/src/gui_factory.rs | 96 | 73 | 3,517 |
| libs/fs3d/fsI3dSpriteRenderData.h | 96 | 64 | 1,852 |
| libs/fsAppCore/src/components/fsIComponent.cpp | 96 | 77 | 1,545 |
| libs/fsCore/src/fsCAppSettings.cpp | 96 | 82 | 2,260 |
| libs/fsRenderer/src/animatingSprite/fsCSpriteFrame.cpp | 96 | 79 | 2,160 |
| libs/fsCore/fsIResourceNamePathAdjuster.h | 95 | 57 | 3,283 |
| libs/fsRenderer/fsIAnimatingSprite.h | 95 | 57 | 2,440 |
| libs/fsRenderer/impl/axmol/native/fsCNative3dSprite.cpp | 95 | 76 | 2,230 |
| libs/fsRenderer/src/fsCMovieSprite.cpp | 95 | 75 | 2,367 |
| azurePipelines/apple.yml | 94 | 62 | 4,778 |
| crates/fission_entities/src/gui/gui_confirm.rs | 94 | 79 | 2,996 |
| gameModules/gfGameCore/CMakeLists.txt | 94 | 81 | 3,262 |
| gameModules/gfHogCore/components/gui/gfIRoundScoreGui.cpp | 94 | 79 | 2,464 |
| gameModules/gfMaze/src/gfCSimpleMazeComponent.cpp | 94 | 67 | 2,989 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameLoader.cpp | 94 | 84 | 2,034 |
| libs/fsAppCore/src/fsCSoftwareCursor.h | 94 | 51 | 2,289 |
| cmake/fissionCommon.cmake | 93 | 77 | 2,823 |
| gameModules/gfGameCore/components/gfCChapterMenuGui.cpp | 93 | 76 | 2,748 |
| gameModules/gfGameCore/src/gfCFirebaseAnalytics.cpp | 93 | 77 | 2,084 |
| gameModules/gfHogCore/components/gui/gfCGameGui.h | 93 | 53 | 2,410 |
| gameModules/gfMinigameCore/components/flipsaw/gfCFlipsawMiniGameLogicComponent.cpp | 93 | 72 | 2,815 |
| libs/fs3d/impl/axmol/fsC3dModelData-v3.cpp | 93 | 60 | 2,698 |
| libs/fs3d/impl/cocos2d-x/fsC3dModelData-v3.cpp | 93 | 60 | 2,791 |
| libs/fs3d/impl/raylib/fsC3dModelData-v3.cpp | 93 | 60 | 2,698 |
| libs/fsCore/impl/axmol/fsCODRFileUtils.h | 93 | 69 | 3,806 |
| libs/fsRenderer/impl/axmol/native/fsCNativeRenderer.cpp | 93 | 68 | 1,434 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNative3dSprite.cpp | 93 | 72 | 2,519 |
| libs/fsRenderer/impl/magnum/native/fsINative.h | 93 | 60 | 1,786 |
| crates/fission_entities/src/texture_pages.rs | 92 | 80 | 2,918 |
| gameModules/gfComponents/components/gfCTaskComponent.cpp | 92 | 76 | 2,707 |
| gameModules/gfTimeCore/src/sim/gfCDayEconomySim.cpp | 92 | 82 | 2,102 |
| libs/fsAppCore/src/fsCInputSession.h | 92 | 56 | 2,323 |
| libs/fsCore/impl/bgfx/fsCHardware.h | 92 | 57 | 2,065 |
| cmake/apple.cmake | 91 | 74 | 4,287 |
| crates/fission_entities/src/layers/anim/impls/playfirst/framelist.rs | 91 | 80 | 2,880 |
| crates/fission_extra/src/map/assets.rs | 91 | 80 | 2,627 |
| gameModules/gfComponents/components/gfCHotComponent.cpp | 91 | 76 | 3,454 |
| gameModules/gfHogCore/components/gfCPickListTrailCollectionEffectComponent.cpp | 91 | 74 | 3,804 |
| libs/fsRenderer/src/components/fsCParticleCloudEmitterComponent.cpp | 91 | 71 | 3,242 |
| tests/gui_grammar_golden_corpus/README.md | 91 | 76 | 5,440 |
| .github/workflows/doxygen.yml | 90 | 77 | 2,695 |
| gameModules/gfGameCore/components/gfCTaskNoteGui.cpp | 90 | 74 | 2,432 |
| libs/fsCore/fsRect.h | 90 | 66 | 1,569 |
| libs/fsCore/impl/axmol/fsCHardwareImpl.mm | 90 | 60 | 2,912 |
| libs/fsRenderer/fsIRenderableTexture.h | 90 | 63 | 2,753 |
| libs/fsRenderer/src/fsCTextSprite.cpp | 90 | 73 | 2,336 |
| gameModules/gfComponents/components/gfCDraggableKeyComponent.h | 89 | 52 | 2,393 |
| gameModules/gfHogCore/components/test/gfCAutoTestLevelPlayComponent.h | 89 | 53 | 1,927 |
| libs/fsAppCore/fsIRunningOrder.h | 89 | 50 | 3,092 |
| libs/fsAppCore/src/components/fsCHookedLineTrailComponent.cpp | 89 | 67 | 2,478 |
| libs/fsAppCore/src/components/gui/fsCRollOverGui.h | 89 | 49 | 2,099 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeTextSprite.h | 89 | 57 | 2,195 |
| libs/fsRenderer/impl/raylib/native/fsCNativeRenderTexture.h | 89 | 60 | 2,440 |
| libs/fsTileMap/fsITileMap.cpp | 89 | 70 | 1,920 |
| azurePipelines/cocos2d-x.yml | 88 | 53 | 3,321 |
| docs/GUI_GRAMMAR_PHASE4_GOLDEN_CORPUS.md | 88 | 79 | 5,359 |
| gameModules/gfMinigameCore/components/gfICutterComponent.h | 88 | 49 | 2,317 |
| libs/fs3d/CMakeLists.txt | 88 | 67 | 2,421 |
| libs/fsCore/fsSColour.h | 88 | 57 | 1,850 |
| libs/fsRenderer/fsIRenderData.h | 88 | 54 | 1,950 |
| libs/fsRenderer/fsIRenderTextureRenderData.h | 88 | 60 | 2,812 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderer.cpp | 88 | 65 | 1,399 |
| crates/fission_entities/src/running_order.rs | 87 | 72 | 2,344 |
| gameModules/gfAchievements/src/gfCAchievementManager.h | 87 | 55 | 2,388 |
| libs/fsAppCore/src/components/gui/fsCLocaleOptions.cpp | 87 | 73 | 2,599 |
| libs/fsRenderer/impl/magnum/native/fsCNativeSprite.h | 87 | 52 | 1,964 |
| libs/fsRenderer/src/components/fsCMovieSpriteComponent.cpp | 87 | 65 | 1,926 |
| crates/fission_entities/src/layers/particles/particle_emitter.rs | 86 | 76 | 3,242 |
| crates/fission_entities/src/scene_json_parser.rs | 86 | 74 | 2,593 |
| libs/fsAppCore/impl/axmol/fsCInputManager.h | 86 | 53 | 2,232 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderer-v3.cpp | 86 | 62 | 1,313 |
| libs/fsRenderer/impl/magnum/native/fsCNativeRenderer-v3.cpp | 86 | 62 | 1,319 |
| libs/fsRenderer/impl/magnum/native/fsCNativeTextSprite.h | 86 | 52 | 1,993 |
| libs/fsRenderer/impl/raylib/native/fsCNativeRenderer-v3.cpp | 86 | 62 | 1,319 |
| gameModules/gfCatalogue/gfICatalogueEntry.cpp | 85 | 71 | 1,756 |
| gameModules/gfMinigameCore/components/joinTheDots/gfCJoinTheDotsMinigameComponent.h | 85 | 47 | 1,980 |
| libs/fsRenderer/impl/raylib/native/fsCNativeRenderer.cpp | 85 | 59 | 1,169 |
| crates/fission_entities/src/layers/minigames/flipsaw.rs | 84 | 71 | 2,418 |
| gameModules/gfHogCore/components/gfCTutorialProgressionComponent.h | 84 | 53 | 2,077 |
| libs/fs3d/fsC3dSprite.h | 84 | 52 | 2,109 |
| libs/fsAppCore/src/components/gui/elements/fsCButtonComponent.h | 84 | 48 | 2,234 |
| libs/fsAppCore/src/components/gui/elements/fsCCheckBoxComponent.h | 84 | 46 | 1,856 |
| libs/fsAppCore/src/components/gui/elements/fsCSliderComponent.h | 84 | 48 | 1,865 |
| libs/fsAppCore/src/components/gui/fsCSplashScreenGui.h | 84 | 41 | 2,037 |
| libs/fsAudio/fsIAudioManager.h | 84 | 49 | 2,017 |
| libs/fsRenderer/fsISpriteRenderData.h | 84 | 50 | 1,961 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeTextSprite.h | 84 | 53 | 1,912 |
| libs/fsRenderer/src/components/fsCAnimatingSpriteComponent.h | 84 | 47 | 2,260 |
| libs/fsRenderer/src/renderData/native/fsCNativeRenderTextureRenderData.h | 84 | 57 | 2,693 |
| libs/fsRenderer/src/renderData/native/fsCNativeSpriteRenderData.cpp | 84 | 66 | 2,009 |
| gameModules/gfComponents/components/gui/gfCAutoMinigameButtonComponent.cpp | 83 | 65 | 2,735 |
| gameModules/gfHogCore/components/gfCTutorialSequencerComponent.h | 83 | 48 | 2,470 |
| gameModules/gfMinigameCore/components/rotate/gfCRotateMinigameComponent.h | 83 | 47 | 1,935 |
| libs/fsPlatform/assets/fsAssetFactory.cpp | 83 | 73 | 1,631 |
| libs/fsRenderer/impl/cocos2d-x/CMakeLists.txt | 83 | 70 | 3,392 |
| gameModules/gfComponents/components/subScene/gfCSubSceneViewComponent.h | 82 | 47 | 2,169 |
| libs/fsPlatform/social/fsIShare.cpp | 82 | 63 | 1,480 |
| libs/fsRenderer/impl/axmol/fsCDisplay.h | 82 | 43 | 1,627 |
| libs/fsRenderer/impl/axmol/native/fsCNativeLine.cpp | 82 | 64 | 1,788 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamSpriteRenderData-v3.cpp | 82 | 62 | 2,995 |
| gameModules/gfCatalogue/src/gfICatalogueGui.h | 81 | 50 | 2,149 |
| gameModules/gfComponents/components/gfCLockComponent.h | 81 | 44 | 1,928 |
| gameModules/gfComponents/components/gfCNavigateComponent.cpp | 81 | 65 | 2,247 |
| gameModules/gfHogCore/components/levelSequencer/map/gfCLevelSequencerMapLevelIconComponent.h | 81 | 46 | 2,286 |
| libs/fsAppCore/src/components/actor/fsCActorComponent.cpp | 81 | 61 | 2,247 |
| libs/fsRenderer/impl/axmol/native/fsCNativeMovieSprite.cpp | 81 | 57 | 2,043 |
| libs/fsRenderer/src/particles/fsCSpriteParticle.cpp | 81 | 65 | 1,857 |
| libs/fsRenderer/src/renderData/native/fsCNative3dSceneRenderData.cpp | 81 | 63 | 1,991 |
| crates/fission_entities/src/layers/lock.rs | 80 | 52 | 2,654 |
| gameModules/gfHogCore/src/gfCHogCollectorsLevelComponent.cpp | 80 | 61 | 2,399 |
| libs/fsAppCore/fsIScene.h | 80 | 53 | 1,756 |
| libs/fsCore/src/fsCGlobalSavedData.h | 80 | 45 | 1,862 |
| libs/fsPlatform/achievements/src/impl/android/fsAchievementServiceAndroid.cpp | 80 | 67 | 2,062 |
| libs/fsRenderer/impl/axmol/native/fsCNativeSprite.h | 80 | 46 | 1,703 |
| libs/fsRenderer/impl/cocos2d-x/fsCDisplay.h | 80 | 43 | 1,705 |
| libs/fsRenderer/impl/cocos2d-x/fsCTexture.h | 80 | 47 | 2,212 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeSprite.h | 80 | 46 | 1,735 |
| libs/fsRenderer/impl/raylib/fsCDisplay.cpp | 80 | 60 | 1,584 |
| libs/fsRenderer/src/animatingSprite/fsCAnimationDataPlayfirst.h | 80 | 46 | 1,618 |
| gameModules/gfCatalogue/src/wallpaper/gfCWallpaperGui.cpp | 79 | 63 | 2,592 |
| gameModules/gfGameCore/components/gfCTappableCollectableParticleEmitterComponent.cpp | 79 | 65 | 3,078 |
| gameModules/gfMinigameCore/components/spotTheDiff/gfCSpotTheDiffMinigameComponent.h | 79 | 48 | 2,109 |
| libs/fsAppCore/src/fsCComponentFactory.h | 79 | 44 | 2,074 |
| libs/fsCore/fsAffineMtx2d.h | 79 | 34 | 2,012 |
| libs/fsRenderer/impl/axmol/native/fsINative.h | 79 | 47 | 1,810 |
| libs/fsRenderer/impl/bgfx/native/fsCBgfx2d.h | 79 | 35 | 2,659 |
| libs/fsRenderer/impl/bgfx/native/fsINative.cpp | 79 | 62 | 1,474 |
| libs/fsRenderer/impl/magnum/native/fsCNativeRenderTexture.h | 79 | 53 | 2,250 |
| libs/fsRenderer/impl/raylib/native/fsINative.cpp | 79 | 62 | 1,474 |
| libs/fsRenderer/src/components/fsITextSpriteComponent.h | 79 | 49 | 2,063 |
| tests/gui_grammar_golden_corpus/nested_include/assets/gui/hogGui/pickListGui/pickListGui.txt | 79 | 65 | 1,140 |
| tests/gui_grammar_golden_corpus/running_order/expected/collectors.en.txt | 79 | 78 | 2,415 |
| crates/fission_entities/src/layers/minigames/word_games/selection.rs | 78 | 60 | 1,653 |
| gameModules/gfComponents/components/gfCGhostSpriteComponent.h | 78 | 45 | 1,919 |
| libs/fsCore/impl/axmol/fsCResourceNamePathAdjuster.cpp | 78 | 64 | 2,125 |
| libs/fsCore/impl/cocos2d-x/fsCHardwareImpl.mm | 78 | 50 | 2,566 |
| libs/fsCore/impl/magnum/fsCHardwareImpl.mm | 78 | 50 | 2,566 |
| libs/fsCore/impl/raylib/fsCHardwareImpl.mm | 78 | 50 | 2,566 |
| libs/fsRenderer/fsIImage.h | 78 | 43 | 2,531 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamTextSpriteRenderData.h | 78 | 41 | 2,022 |
| libs/fsRenderer/impl/raylib/native/fsCNativeTextSprite.h | 78 | 46 | 2,026 |
| tests/gui_grammar_golden_corpus/tooling/old_parser.h | 78 | 63 | 2,245 |
| libs/fs3d/components/fsC3dSceneSpriteComponent.h | 77 | 42 | 2,386 |
| libs/fsAppCore/src/fsCEntityFactory.cpp | 77 | 59 | 1,811 |
| libs/fsCore/fsIHardware.cpp | 77 | 62 | 1,466 |
| libs/fsCore/src/fsNCoreUtils.h | 77 | 54 | 1,610 |
| libs/fsPlatform/assets/CMakeLists.txt | 77 | 65 | 2,212 |
| gameModules/gfHogCore/src/gfCHogCoreMain.h | 76 | 42 | 1,907 |
| libs/fs3d/fsC3dSceneSprite.h | 76 | 42 | 1,665 |
| libs/fsAppCore/fsIMessageDispatcher.h | 76 | 42 | 1,953 |
| libs/fsAppCore/impl/magnum/fsCInputManager.cpp | 76 | 56 | 999 |
| libs/fsAudio/impl/cocos2d-x/fsCAudioManager.cpp | 76 | 64 | 2,277 |
| libs/fsRenderer/impl/axmol/fsCTexture.h | 76 | 44 | 2,174 |
| libs/fsRenderer/impl/bgfx/fsCTexture.h | 76 | 45 | 2,245 |
| tests/gui_grammar_golden_corpus/running_order/expected/standard.en.txt | 76 | 75 | 2,378 |
| gameModules/gfGameCore/components/gfCTutorialParticleClusterComponent.cpp | 75 | 60 | 2,224 |
| gameModules/gfHogCore/components/gfCSpinningCollectionEffectComponent.cpp | 75 | 62 | 2,993 |
| gameModules/gfHogCore/components/gui/gfIRoundScoreGui.h | 75 | 44 | 1,571 |
| gameModules/gfHogCore/components/levelSequencer/gfCTotalScore.cpp | 75 | 65 | 2,536 |
| libs/fsAppCore/impl/axmol/v3/fsCInputManager.h | 75 | 49 | 2,043 |
| libs/fsRenderer/impl/bgfx/native/fsINative.h | 75 | 43 | 1,732 |
| libs/fsRenderer/impl/cocos2d-x/native/fsINative.h | 75 | 43 | 1,762 |
| libs/fsRenderer/impl/raylib/native/fsINative.h | 75 | 43 | 1,732 |
| libs/fsRenderer/src/fsCBrushManager.h | 75 | 43 | 2,540 |
| libs/fsRenderer/src/renderData/native/fsCNativeTextSpriteRenderData.cpp | 75 | 60 | 2,163 |
| tests/gui_grammar_golden_corpus/running_order/expected/collectors.de.txt | 75 | 74 | 2,234 |
| crates/fission_game_gui/src/gui/gui_round_complete.rs | 74 | 64 | 2,238 |
| gameModules/gfComponents/components/gfCLevelCompleteCheckerComponent.h | 74 | 45 | 2,297 |
| gameModules/gfHogCore/components/gfCHogLevelLoaderComponent.h | 74 | 35 | 2,222 |
| libs/fsCore/fsVec2d.cpp | 74 | 59 | 1,126 |
| libs/fsCore/impl/magnum/fsCResourceNamePathAdjuster.cpp | 74 | 52 | 2,418 |
| libs/fsPlatform/analytics/fsIFlurryManager.h | 74 | 45 | 1,818 |
| libs/fsRenderer/impl/raylib/fsCTexture.h | 74 | 41 | 2,154 |
| libs/fsRenderer/src/components/fsISpriteComponent.h | 74 | 41 | 2,069 |
| libs/fsRenderer/src/components/fsITextSpriteComponent.cpp | 74 | 60 | 1,659 |
| libs/fsRenderer/src/fsCBrush.h | 74 | 42 | 1,903 |
| libs/fsRenderer/src/renderData/native/fsCNative3dSceneRenderData.h | 74 | 46 | 1,956 |
| libs/fsTileMap/fsITileMap.h | 74 | 42 | 1,857 |
| azurePipelines/masteReport.yml | 73 | 66 | 2,475 |
| crates/fission_extra/src/map/generate.rs | 73 | 49 | 2,786 |
| gameModules/gfCatalogue/src/wallpaper/gfCWallpaperPopupGui.cpp | 73 | 57 | 2,135 |
| libs/fsAppCore/src/components/fsCArcLineTrailComponent.cpp | 73 | 56 | 1,926 |
| libs/fsAppCore/src/components/fsCDragDropComponent.h | 73 | 37 | 1,630 |
| libs/fsAppCore/src/components/transformation/fsITransformationComponent.h | 73 | 40 | 1,876 |
| libs/fsCollision/fsICollisionWorld.h | 73 | 44 | 1,588 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeLine.cpp | 73 | 56 | 1,689 |
| libs/fsRenderer/impl/magnum/fsCTexture.h | 73 | 41 | 2,223 |
| libs/fsRenderer/src/components/fsCParticleEmitterComponent.h | 73 | 44 | 1,807 |
| gameModules/gfComponents/components/subScene/gfIOpaqueLensComponent.h | 72 | 44 | 1,449 |
| gameModules/gfHogCore/components/gui/pickList/gfCSilhouettePickListEntryGui.h | 72 | 36 | 1,684 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCMazeMinigameGenerateComponent.h | 72 | 42 | 1,680 |
| libs/fsAppCore/fsIMessageListener.h | 72 | 42 | 1,580 |
| libs/fsCore/src/fsTSingleton.h | 72 | 34 | 1,730 |
| libs/fsRenderer/impl/magnum/native/fsCNative3dScene.cpp | 72 | 52 | 1,214 |
| libs/fsRenderer/src/components/fsCTextSpriteComponent.h | 72 | 39 | 1,951 |
| libs/fsRenderer/src/renderData/native/fsCNativeSpriteRenderData.h | 72 | 44 | 2,010 |
| .github/workflows/lineCount.yml | 71 | 62 | 2,157 |
| gameModules/gfHogCore/components/gui/gfCButtonDelayComponent.h | 71 | 36 | 1,838 |
| gameModules/gfTimeCore/src/gfCTimeCoreMain.h | 71 | 31 | 2,014 |
| libs/fsAppCore/impl/cocos2d-x/fsCInputManager.h | 71 | 43 | 1,865 |
| libs/fsAudio/impl/axmol/fsCAudioManager.cpp | 71 | 59 | 2,088 |
| libs/fsCore/src/fsCResourceName.h | 71 | 37 | 1,759 |
| libs/fsRenderer/impl/axmol/fsCImage.h | 71 | 36 | 1,702 |
| libs/fsRenderer/impl/cocos2d-x/fsCImage.h | 71 | 36 | 1,712 |
| libs/fsRenderer/impl/magnum/fsCDisplay.cpp | 71 | 54 | 1,246 |
| libs/fsSpriter/src/fsCAnimatingSpriteSpriter.h | 71 | 33 | 1,989 |
| crates/fission_entities/src/layers/minigames/word_games/fly.rs | 70 | 60 | 1,671 |
| gameModules/gfHogCore/components/gfCGeneratedHogSubSceneComponent.h | 70 | 40 | 1,741 |
| gameModules/gfHogCore/components/gui/gfCEmptyGui.cpp | 70 | 56 | 1,782 |
| gameModules/gfHogCore/components/test/gfCAutoTestLoadGuis.cpp | 70 | 59 | 1,613 |
| gameModules/gfHogCore/simple/gfCSimpleCoreMain.h | 70 | 38 | 1,848 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawStencil.h | 70 | 32 | 1,309 |
| gameModules/gfMinigameCore/components/wordGames/gfCMinigameWordComponent.cpp | 70 | 57 | 2,054 |
| libs/fs3d/fsI3dSpriteRenderData.cpp | 70 | 57 | 1,297 |
| libs/fs3d/impl/axmol/fsC3dAnimationData.cpp | 70 | 60 | 1,922 |
| libs/fsAppCore/fsIMessageListener.cpp | 70 | 59 | 1,604 |
| libs/fsRenderer/impl/bgfx/fsCImage.h | 70 | 35 | 1,826 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeSprite.h | 70 | 40 | 1,532 |
| libs/fsRenderer/impl/raylib/native/fsCNativeSprite.h | 70 | 40 | 1,516 |
| libs/fsRenderer/src/renderData/native/fsCNativeTextSpriteRenderData.h | 70 | 43 | 2,284 |
| gameModules/gfHogCore/components/gui/gfCMainMenuGui.h | 69 | 38 | 1,683 |
| libs/fsAppCore/fsISerialisable.cpp | 69 | 54 | 1,223 |
| libs/fsAudio/impl/raylib/fsCMusicInstance.cpp | 69 | 59 | 1,100 |
| libs/fsCore/impl/cocos2d-x/fsCResourceNamePathAdjuster.cpp | 69 | 52 | 1,988 |
| libs/fsPlatform/achievements/CMakeLists.txt | 69 | 56 | 2,073 |
| libs/fsPlatform/iap/fsIapFactory.cpp | 69 | 60 | 1,396 |
| libs/fsRenderer/impl/axmol/native/fsCNative3dSprite.h | 69 | 35 | 1,356 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNative3dSprite.h | 69 | 34 | 1,331 |
| libs/fsRenderer/src/fsCSprite.h | 69 | 37 | 1,384 |
| gameModules/gfCatalogue/src/tunes/gfCTuneGui.cpp | 68 | 53 | 2,084 |
| gameModules/gfHogCore/components/gui/pickList/gfCDropOffPickListEntryGui.h | 68 | 38 | 1,607 |
| gameModules/gfHogCore/components/test/gfCAutoTestManager.h | 68 | 39 | 1,721 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchLensComponent.cpp | 68 | 54 | 1,641 |
| gameModules/gfTimeCore/tests/CMakeLists.txt | 68 | 40 | 2,227 |
| libs/fs3d/impl/axmol/fsC3dScene.cpp | 68 | 51 | 1,527 |
| libs/fs3d/impl/cocos2d-x/fsC3dAnimationData.cpp | 68 | 58 | 1,962 |
| libs/fs3d/impl/cocos2d-x/fsC3dScene.cpp | 68 | 51 | 1,595 |
| libs/fs3d/impl/raylib/fsC3dScene.cpp | 68 | 51 | 1,527 |
| libs/fsAppCore/src/components/gui/elements/fsCTextEntryComponent.h | 68 | 38 | 1,648 |
| libs/fsRenderer/impl/magnum/fsCImage.h | 68 | 33 | 1,768 |
| libs/fsRenderer/impl/magnum/native/fsCNativeRenderTexture.cpp | 68 | 49 | 1,393 |
| libs/fsRenderer/impl/raylib/fsCImage.h | 68 | 34 | 1,724 |
| gameModules/gfCatalogue/src/shop/gfCInGameShopGui.h | 67 | 37 | 1,661 |
| gameModules/gfGameCore/components/gfCFadeCollectionEffectComponent.cpp | 67 | 57 | 1,691 |
| gameModules/gfMinigameCore/components/gfIStencil.h | 67 | 37 | 1,229 |
| gameModules/gfMinigameCore/components/pairs/gfCPairsMiniGameLogicComponent.h | 67 | 38 | 1,623 |
| gameModules/gfTimeCore/src/gfCParkClearComponent.h | 67 | 31 | 2,039 |
| libs/fsAppCore/fsISerialisable.h | 67 | 43 | 1,574 |
| libs/fsAppCore/src/fsCDisplayMode.cpp | 67 | 52 | 1,244 |
| libs/fsCore/src/fsNCoreUtils.cpp | 67 | 56 | 1,784 |
| libs/fsRenderer/impl/axmol/CMakeLists.txt | 67 | 59 | 1,886 |
| libs/fsRenderer/src/components/fsISpriteComponent.cpp | 67 | 53 | 1,463 |
| libs/fsRenderer/src/particles/fsCParticleDataInstance.h | 67 | 40 | 1,606 |
| crates/fission_entities/src/gui/text.rs | 66 | 54 | 2,224 |
| crates/fission_entities/src/gui/text_entry.rs | 66 | 57 | 1,848 |
| gameModules/gfAchievements/src/gfCBonusCollectionScreen.h | 66 | 35 | 1,622 |
| gameModules/gfComponents/components/gfCTappableCollectableComponent.h | 66 | 37 | 1,795 |
| gameModules/gfHogCore/components/gfCSceneTextComponent.cpp | 66 | 54 | 1,826 |
| gameModules/gfHogCore/components/gui/fsCCheatButtonComponent.h | 66 | 32 | 1,726 |
| gameModules/gfMinigameCore/components/gfCDrawOrderStateComponent.h | 66 | 36 | 1,529 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawCluster.h | 66 | 39 | 1,737 |
| gameModules/gfMinigameCore/components/wordGames/wordTiles/gfCWordTilesTileMinigameComponent.h | 66 | 39 | 1,737 |
| libs/fsAppCore/src/components/fsISubSceneComponent.cpp | 66 | 51 | 1,934 |
| libs/fsAppCore/src/fsCInputPoint.cpp | 66 | 54 | 971 |
| libs/fsAudio/CMakeLists.txt | 66 | 51 | 1,977 |
| libs/fsCore/src/fsCBezierPath.h | 66 | 35 | 1,558 |
| libs/fsPlatform/social/fsIReview.h | 66 | 39 | 1,215 |
| libs/fsPlatform/social/fsIShare.h | 66 | 39 | 1,203 |
| libs/fsRenderer/impl/axmol/native/fsCAxmolRenderTexture.h | 66 | 38 | 2,080 |
| libs/fsRenderer/impl/axmol/native/fsCNativeTextEntry.h | 66 | 38 | 1,344 |
| crates/fission_game_gui/src/gui/gui_main_menu.rs | 65 | 54 | 1,877 |
| gameModules/gfHogCore/components/gfCBonusEntityCountComponent.h | 65 | 35 | 1,797 |
| gameModules/gfHogCore/components/levelSequencer/minigame/gfCLevelSequencerMinigameComponent.h | 65 | 34 | 1,860 |
| gameModules/gfMinigameCore/components/gfIMinigameComponent.h | 65 | 36 | 1,478 |
| gameModules/gfMinigameCore/components/wordGames/anagram/gfCAnagramComponent.h | 65 | 37 | 1,564 |
| gameModules/gfTimeCore/src/gfCParkCatalogueGui.h | 65 | 25 | 2,230 |
| libs/fsAppCore/src/components/transformation/fsCFadeTransformation.cpp | 65 | 53 | 1,740 |
| libs/fsPlatform/social/src/impl/android/com/casualarts/uk/fsPlatform/FsPlatformShareBridge.java | 65 | 53 | 2,008 |
| libs/fsRenderer/impl/axmol/native/fsCNativeRenderer.h | 65 | 41 | 1,470 |
| libs/fsRenderer/impl/bgfx/fsCFont.h | 65 | 37 | 1,160 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamTextSpriteRenderData-v3.h | 65 | 31 | 1,602 |
| libs/fsRenderer/impl/magnum/native/fsCNativeRenderer.h | 65 | 40 | 1,554 |
| libs/fsRenderer/impl/raylib/native/fsCNative3dScene.h | 65 | 34 | 1,313 |
| libs/fsRenderer/src/fsCRenderTexture.h | 65 | 40 | 1,590 |
| azurePipelines/release-wrapper-example.yml | 64 | 44 | 2,001 |
| cmake/targetCommon.cmake | 64 | 47 | 2,216 |
| crates/fission_entities/src/layers/anim/impls/spriter/filelist.rs | 64 | 57 | 1,815 |
| crates/fission_extra/src/lib.rs | 64 | 24 | 1,691 |
| gameModules/gfCatalogue/src/gfCCatalogueCatalogue.cpp | 64 | 52 | 1,788 |
| gameModules/gfComponents/components/subScene/gfCSubSceneNavigateComponent.h | 64 | 31 | 1,834 |
| gameModules/gfGameCore/components/gfCInventoryGui.h | 64 | 33 | 1,697 |
| gameModules/gfHogCore/components/gui/gfCInGameCheatMenu.h | 64 | 36 | 1,733 |
| gameModules/gfHogCore/components/levelSequencer/gfCSequencedLevels.cpp | 64 | 51 | 1,526 |
| gameModules/gfMinigameCore/components/slidasquare/gfCSlidasquareCutterComponent.cpp | 64 | 50 | 1,829 |
| gameModules/gfMinigameCore/components/wordGames/anagram/gfCAnagramController.h | 64 | 36 | 1,505 |
| gameModules/gfTimeCore/src/gfCParkSlotStaffComponent.h | 64 | 29 | 1,826 |
| gameModules/gfTimeCore/src/gfCPurchaseActionStaffHire.cpp | 64 | 45 | 1,693 |
| libs/fsAppCore/src/components/fsCCalendarComponent.h | 64 | 37 | 1,507 |
| libs/fsAppCore/src/components/fsCRevealingTextSpriteComponent.h | 64 | 33 | 1,273 |
| libs/fsAppCore/src/components/fsISubSceneComponent.h | 64 | 35 | 1,385 |
| libs/fsCore/impl/raylib/fsCResourceNamePathAdjuster.cpp | 64 | 48 | 1,726 |
| libs/fsPlatform/ads/fsAdsFactory.cpp | 64 | 55 | 1,344 |
| libs/fsPlatform/social/fsIFacebook.h | 64 | 41 | 1,158 |
| libs/fsPlatform/system/impl/scapix/android/fsCSystem.cpp | 64 | 33 | 2,105 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeTextEntry.h | 64 | 37 | 1,311 |
| libs/fsRenderer/src/animatingSprite/fsCSpriteFrame.h | 64 | 33 | 1,277 |
| libs/fsRenderer/src/particles/fsCParticleParameterModifier.h | 64 | 32 | 1,495 |
| libs/fsRenderer/src/renderData/native/fsCNativeMovieSpriteRenderData.h | 64 | 39 | 1,730 |
| CMakeLists.txt | 63 | 40 | 2,099 |
| gameModules/gfCatalogue/src/gfCCommodityButtonComponent.h | 63 | 34 | 1,625 |
| gameModules/gfComponents/components/gfCNavigateComponent.h | 63 | 32 | 1,527 |
| gameModules/gfGameCore/components/gfCParallaxComponent.h | 63 | 35 | 1,330 |
| gameModules/gfHogCore/components/gui/pickList/gfITextPickListEntryGui.h | 63 | 38 | 1,469 |
| gameModules/gfHogCore/components/levelSequencer/map/gfCLevelSequencerMapLevelComponent.h | 63 | 35 | 1,616 |
| gameModules/gfTimeCore/src/gfCParkRunningOrder.h | 63 | 18 | 2,127 |
| libs/fsAppCore/src/components/fsCScreenFadeComponent.cpp | 63 | 49 | 1,481 |
| libs/fsAppCore/src/components/gui/fsCNotificationsGui.h | 63 | 30 | 1,241 |
| libs/fsCore/src/debug/fsLog.h | 63 | 44 | 1,552 |
| libs/fsRenderer/impl/raylib/native/fsCNative3dSprite.h | 63 | 31 | 1,207 |
| crates/fission_entities/src/attributes/name.rs | 62 | 52 | 1,821 |
| gameModules/gfMinigameCore/components/flipsaw/gfCFlipsawCutterComponent.cpp | 62 | 49 | 1,712 |
| gameModules/gfMinigameCore/components/instantInventory/gfCInstantInventoryMiniGameLogicComponent.h | 62 | 33 | 1,588 |
| gameModules/gfMinigameCore/components/wordGames/wordTiles/gfCWordTilesMinigameComponent.h | 62 | 35 | 1,427 |
| gameModules/gfTimeCore/src/gfCParkLensComponent.h | 62 | 22 | 2,028 |
| libs/fsAppCore/fsICursor.cpp | 62 | 50 | 2,140 |
| libs/fsAppCore/src/components/fsCNameComponent.h | 62 | 32 | 1,500 |
| libs/fsAppCore/src/fsCScreenFade.h | 62 | 32 | 1,142 |
| libs/fsRenderer/impl/axmol/native/fsCNativeLine.h | 62 | 34 | 1,109 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeRenderer.h | 62 | 38 | 1,428 |
| libs/fsRenderer/impl/raylib/native/fsCNative3dSprite.cpp | 62 | 40 | 1,489 |
| libs/fsRenderer/src/renderData/native/fsCNativeLineRenderData.cpp | 62 | 48 | 1,461 |
| libs/fsRenderer/src/renderData/native/fsCNativeLineRenderData.h | 62 | 38 | 1,698 |
| libs/fsTileMap/fsILayer.h | 62 | 34 | 1,162 |
| README.md | 61 | 53 | 4,122 |
| crates/fission_game_gui/build.rs | 61 | 41 | 1,981 |
| gameModules/gfComponents/components/gfCVisibilityStateComponent.h | 61 | 29 | 1,843 |
| gameModules/gfHogCore/components/gui/gfCMapGui.h | 61 | 35 | 1,718 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawMinigameGui.cpp | 61 | 47 | 1,723 |
| gameModules/gfTimeCore/src/gfCTimeUserSavedData.h | 61 | 27 | 1,983 |
| libs/fs3d/fsI3dLight.h | 61 | 33 | 1,253 |
| libs/fs3d/impl/cocos2d-x/fsC3dModelData.h | 61 | 34 | 1,161 |
| libs/fs3d/impl/raylib/fsC3dModelData.cpp | 61 | 47 | 1,425 |
| libs/fsCore/impl/axmol/fsCFile.h | 61 | 33 | 1,649 |
| libs/fsCore/impl/bgfx/fsCResourceNamePathAdjuster.cpp | 61 | 49 | 1,710 |
| libs/fsCore/impl/cocos2d-x/fsCFile.h | 61 | 33 | 1,716 |
| libs/fsCore/src/debug/fsIDebug.h | 61 | 31 | 1,294 |
| libs/fsRenderer/impl/magnum/native/fsCNative3dScene.h | 61 | 31 | 1,230 |
| libs/fsRenderer/src/fsCFontManager.cpp | 61 | 48 | 1,623 |
| libs/fsRenderer/src/particles/fsCParticleParticle.h | 61 | 36 | 1,552 |
| gameModules/gfCatalogue/src/moreGames/gfCMoreGamesGui.cpp | 60 | 48 | 1,920 |
| gameModules/gfComponents/components/gui/gfCAutoMinigameButtonComponent.h | 60 | 34 | 1,517 |
| gameModules/gfGameCore/components/gfCOptionsGui.h | 60 | 35 | 1,703 |
| gameModules/gfGameCore/components/gfCPlayerSlotGui.h | 60 | 35 | 1,427 |
| gameModules/gfHogCore/src/gfCCollectionEffectFactory.h | 60 | 35 | 2,006 |
| gameModules/gfTimeCore/src/sim/gfCDayEconomySim.h | 60 | 30 | 2,123 |
| libs/fsCore/fsIFile.h | 60 | 34 | 1,820 |
| libs/fsRenderer/impl/bgfx/native/fsCNative3dScene.h | 60 | 31 | 1,245 |
| libs/fsRenderer/src/fsCMovieSprite.h | 60 | 32 | 1,113 |
| libs/fsRenderer/src/fsCTextSprite.h | 60 | 36 | 1,477 |
| libs/fsTileMap/fsIScroller.cpp | 60 | 49 | 1,227 |
| crates/fission_entities/src/gui/check_box_group.rs | 59 | 51 | 1,837 |
| gameModules/gfCatalogue/gfICatalogueEntry.h | 59 | 33 | 1,314 |
| gameModules/gfCatalogue/src/diary/gfCDiaryGui.h | 59 | 33 | 1,508 |
| gameModules/gfGameCore/components/gfCCreditsGui.cpp | 59 | 47 | 1,444 |
| gameModules/gfHogCore/components/gfCScoreTrailCollectionEffectComponent.h | 59 | 29 | 1,646 |
| gameModules/gfHogCore/components/gui/gfCMapPopUpGui.h | 59 | 31 | 1,417 |
| gameModules/gfHogCore/components/levelSequencer/gfCLevelSequencerLevelComponent.cpp | 59 | 47 | 1,776 |
| gameModules/gfMinigameCore/components/flipsaw/gfCFlipsawMiniGameLogicComponent.h | 59 | 31 | 1,505 |
| libs/fsCollision/fsICollisionWorld.cpp | 59 | 45 | 972 |
| libs/fsCore/impl/magnum/fsCFile.h | 59 | 31 | 1,574 |
| libs/fsPlatform/iap/CMakeLists.txt | 59 | 49 | 1,473 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderer.h | 59 | 36 | 1,372 |
| libs/fsRenderer/impl/raylib/native/fsCNativeRenderer.h | 59 | 36 | 1,372 |
| libs/fsRenderer/src/particles/fsCParticleParameter.h | 59 | 31 | 1,269 |
| cmake/utils/install.cmake | 58 | 40 | 2,213 |
| gameModules/gfCatalogue/src/gfCPurchaseManager.cpp | 58 | 46 | 1,291 |
| gameModules/gfComponents/components/subScene/gfCSubSceneComponent.h | 58 | 31 | 1,533 |
| gameModules/gfHogCore/components/gfCPickListTrailCollectionEffectComponent.h | 58 | 31 | 1,685 |
| gameModules/gfHogCore/components/gui/gfCMapPopUpFVGui.cpp | 58 | 49 | 1,970 |
| gameModules/gfHogCore/components/test/gfIAutoTestUserInputComponent.h | 58 | 31 | 1,328 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawLogicComponent.h | 58 | 33 | 1,536 |
| gameModules/gfTileMapCore/CMakeLists.txt | 58 | 40 | 1,738 |
| gameModules/gfTimeCore/src/gfCParkMainMenuGui.cpp | 58 | 39 | 1,731 |
| libs/fs3d/fsC3dAnimationManager.h | 58 | 30 | 1,184 |
| libs/fsAppCore/src/components/gui/fsCGumroadLicenseKeyGui.h | 58 | 31 | 1,426 |
| libs/fsAppCore/src/components/gui/fsCLocaleOptions.h | 58 | 33 | 990 |
| libs/fsCore/src/debug/fsDebugHelpers.cpp | 58 | 53 | 996 |
| libs/fsCore/src/fsCStringsFile.h | 58 | 30 | 1,295 |
| libs/fsPlatform/ads/CMakeLists.txt | 58 | 48 | 1,459 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeRenderer-v3.h | 58 | 35 | 1,416 |
| libs/fsRenderer/impl/magnum/native/fsCNative3dSprite.h | 58 | 28 | 1,157 |
| libs/fsRenderer/impl/magnum/native/fsCNativeRenderer-v3.h | 58 | 35 | 1,420 |
| libs/fsRenderer/impl/raylib/native/fsCNativeRenderer-v3.h | 58 | 35 | 1,420 |
| libs/fsRenderer/src/animatingSprite/fsCAnimationDataManager.h | 58 | 29 | 1,450 |
| libs/fsRenderer/src/particles/fsCParticleDataLoader.h | 58 | 35 | 1,694 |
| libs/tests/CMakeLists.txt | 58 | 32 | 1,681 |
| azurePipelines/checkAndShutdown.yml | 57 | 41 | 2,298 |
| gameModules/gfCatalogue/src/gfCCatalogueParserYaml.h | 57 | 35 | 1,545 |
| gameModules/gfGameCore/components/gfCAnimCollectionEffectComponent.cpp | 57 | 46 | 1,833 |
| gameModules/gfHogCore/components/gui/gfCChoosePlayerGui.h | 57 | 32 | 1,461 |
| gameModules/gfHogCore/components/levelSequencer/gfCTotalScore.h | 57 | 30 | 1,459 |
| gameModules/gfHogCore/components/test/gfCTestLoadGuis.h | 57 | 30 | 1,304 |
| gameModules/gfMinigameCore/components/gfCDrawOrderControllerComponent.h | 57 | 29 | 1,274 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawHelpImage.h | 57 | 32 | 1,504 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gui/gfCWordSearchTiledPickListEntryGui.h | 57 | 27 | 1,343 |
| libs/fs3d/fsC3dModelManager.cpp | 57 | 41 | 1,463 |
| libs/fs3d/impl/axmol/fsC3dModelData.h | 57 | 31 | 1,065 |
| libs/fsAppCore/impl/bgfx/fsCInputManager.h | 57 | 30 | 1,004 |
| libs/fsAppCore/impl/raylib/fsCInputManager.h | 57 | 30 | 940 |
| libs/fsRenderer/fsIRenderDataFactory.cpp | 57 | 44 | 1,280 |
| libs/fsRenderer/impl/axmol/native/fsINative.cpp | 57 | 45 | 895 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeRenderTexture.cpp | 57 | 40 | 1,058 |
| libs/fsRenderer/impl/cocos2d-x/native/fsINative.cpp | 57 | 45 | 895 |
| libs/fsRenderer/impl/magnum/native/fsINative.cpp | 57 | 45 | 895 |
| libs/fsRenderer/src/fsCMaterial.h | 57 | 29 | 954 |
| libs/fsRenderer/src/fsCTextEntry.cpp | 57 | 44 | 1,397 |
| libs/fsRenderer/src/renderData/native/fsCNativeTextEntryRenderData.h | 57 | 33 | 1,518 |
| crates/fission_entities/src/parameters.rs | 56 | 45 | 1,909 |
| crates/fission_extra/src/map/sockets.rs | 56 | 50 | 1,629 |
| gameModules/gfAchievements/src/gfCAchievementsScreen.h | 56 | 28 | 1,237 |
| gameModules/gfComponents/components/gfCGroupCollectableComponent.h | 56 | 30 | 1,409 |
| gameModules/gfComponents/components/subScene/gfCSubSceneExitComponent.h | 56 | 28 | 1,339 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawDrawerComponent.h | 56 | 29 | 1,204 |
| libs/fsAppCore/src/components/gui/elements/fsCModalGuiComponent.cpp | 56 | 45 | 1,833 |
| libs/fsAppCore/src/components/gui/fsCConfirmBoxGui.h | 56 | 27 | 1,267 |
| libs/fsAppCore/src/components/transformation/fsCFadeTransformationComponent.cpp | 56 | 43 | 1,516 |
| libs/fsPlatform/CMakeLists.txt | 56 | 42 | 1,683 |
| libs/fsRenderer/impl/cocos2d-x/native/fsCNativeLine.h | 56 | 29 | 1,060 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsIRenderCommand.h | 56 | 32 | 1,197 |
| libs/fsSpriter/src/fsCAnimationDataSpriter.cpp | 56 | 45 | 1,819 |
| crates/fission_entities/src/attributes/closable.rs | 55 | 46 | 1,672 |
| gameModules/gfComponents/components/subScene/gfIOpaqueLensComponent.cpp | 55 | 45 | 1,634 |
| gameModules/gfGameCore/components/gfCFadeCollectionEffectComponent.h | 55 | 28 | 1,234 |
| gameModules/gfGameCore/components/gfCInventoryComponent.cpp | 55 | 44 | 1,754 |
| gameModules/gfGameCore/src/gfCGameInventoryComponent.h | 55 | 28 | 1,336 |
| gameModules/gfHogCore/components/gui/gfCNagManager.h | 55 | 30 | 1,114 |
| gameModules/gfHogCore/components/gui/gfCNewPlayerGui.h | 55 | 30 | 1,350 |
| gameModules/gfHogCore/components/levelSequencer/gfCTotalScoreLevel.h | 55 | 29 | 1,286 |
| gameModules/gfMinigameCore/components/rotate/gfCRotateCutterComponent.h | 55 | 32 | 1,796 |
| gameModules/gfTileMapCore/components/fsCPlayerMovementComponent.h | 55 | 32 | 1,232 |
| libs/fsAppCore/src/components/transformation/fsCF32Transformation.cpp | 55 | 42 | 1,367 |
| libs/fsAppCore/src/fsCDisplayMode.h | 55 | 30 | 1,258 |
| libs/fsAppCore/src/fsCLocalisedStrings.h | 55 | 26 | 1,255 |
| libs/fsCollision/src/fsCCollisionComponent.cpp | 55 | 43 | 1,647 |
| libs/fsCollision/src/fsCImpulseComponent.h | 55 | 31 | 1,416 |
| libs/fsCore/impl/axmol/fsCFileListBuilderPC.cpp | 55 | 42 | 1,108 |
| libs/fsCore/impl/cocos2d-x/fsCFileListBuilderPC.cpp | 55 | 42 | 1,157 |
| libs/fsCore/impl/magnum/fsCFileListBuilderPC.cpp | 55 | 42 | 1,108 |
| libs/fsCore/impl/raylib/fsCFileListBuilderPC.cpp | 55 | 42 | 1,108 |
| libs/fsCore/src/fsCUniqueId.h | 55 | 28 | 1,078 |
| libs/fsRenderer/impl/axmol/v3/native/fsCAxmolRenderTexture.h | 55 | 32 | 1,959 |
| libs/fsRenderer/impl/bgfx/fsCDisplay.h | 55 | 27 | 1,181 |
| libs/fsRenderer/impl/raylib/fsCFont.cpp | 55 | 39 | 1,631 |
| libs/fsRenderer/src/particles/fsCSpriteParticle.h | 55 | 25 | 1,129 |
| libs/fsRenderer/src/renderData/native/fsCNativeMovieSpriteRenderData.cpp | 55 | 42 | 1,398 |
| libs/fsTileMap/fsIScroller.h | 55 | 28 | 1,096 |
| gameModules/gfComponents/components/gfCParticleCollectionEffectComponent.cpp | 54 | 43 | 1,820 |
| gameModules/gfComponents/components/gfCTaskComponent.h | 54 | 30 | 1,355 |
| gameModules/gfHogCore/components/gfCDebugJustCollectablesView.h | 54 | 31 | 1,261 |
| gameModules/gfHogCore/components/gui/gfCEndMenuGui.cpp | 54 | 44 | 1,504 |
| gameModules/gfMinigameCore/components/gfCSimpleStencil.cpp | 54 | 45 | 1,103 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCMazeMinigameSelectionComponent.cpp | 54 | 42 | 1,335 |
| gameModules/gfTileMapCore/components/gfCTileMapLevelLoaderComponent.h | 54 | 27 | 1,198 |
| gameModules/gfTimeCore/src/gfCParkOfficeTapComponent.h | 54 | 25 | 1,487 |
| libs/fs3d/fsI3dModelData.cpp | 54 | 42 | 1,052 |
| libs/fsAppCore/src/fsCEntityFactory.h | 54 | 25 | 1,148 |
| libs/fsAppCore/src/fsCGuiMessageDispatcher.h | 54 | 28 | 1,575 |
| libs/fsPlatform/firebase/fsFirebaseFactory.cpp | 54 | 44 | 1,073 |
| libs/fsPlatform/social/CMakeLists.txt | 54 | 44 | 1,497 |
| libs/fsRenderer/impl/axmol/native/fsCNativeMovieSprite.h | 54 | 28 | 1,009 |
| libs/fsRenderer/impl/raylib/fsCDisplay.h | 54 | 27 | 1,063 |
| libs/fsRenderer/src/particles/fsCAnimationParticle.cpp | 54 | 43 | 1,300 |
| libs/fsRenderer/src/particles/fsCSequenceParticleCloud.cpp | 54 | 44 | 1,411 |
| tests/gui_grammar_golden_corpus/nested_include/assets/gui/hogGui/guiLeftPanel/guiLeftPanel.txt | 54 | 44 | 780 |
| crates/fission_game_gui/src/gui/gui_credits.rs | 53 | 44 | 1,535 |
| gameModules/gfGameCore/components/gfCTaskNoteGui.h | 53 | 28 | 1,316 |
| gameModules/gfHogCore/components/gfCSpinningCollectionEffectComponent.h | 53 | 26 | 1,448 |
| gameModules/gfHogCore/components/gui/pickList/gfCSingleItemPickListEntryGui.h | 53 | 28 | 1,326 |
| gameModules/gfHogCore/src/gfCHogCollectorsLevelComponent.h | 53 | 26 | 1,266 |
| gameModules/gfHogCore/src/gfCHogUserSavedData.cpp | 53 | 41 | 1,509 |
| gameModules/gfMaze/src/gfCSimpleMazeComponent.h | 53 | 30 | 1,129 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawDeckComponent.h | 53 | 27 | 1,069 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gui/gfCWordSearchImageGroupPickListEntryGui.h | 53 | 27 | 1,477 |
| libs/fs3d/fsI3dModelData.h | 53 | 28 | 1,160 |
| libs/fs3d/fsI3dScene.h | 53 | 31 | 1,344 |
| libs/fs3d/impl/raylib/fsC3dModelData.h | 53 | 28 | 1,041 |
| libs/fsAppCore/fsCRunningOrderGrammar.h | 53 | 16 | 2,147 |
| libs/fsAppCore/impl/magnum/fsCInputManager.h | 53 | 28 | 890 |
| libs/fsAppCore/src/components/transformation/fsITransformation.cpp | 53 | 43 | 1,173 |
| libs/fsAppCore/src/fsCSerialisableToStr.h | 53 | 31 | 1,221 |
| libs/fsRenderer/impl/fsCRendererSelect.h | 53 | 42 | 1,354 |
| libs/fsRenderer/src/fsCTextEntry.h | 53 | 26 | 1,027 |
| crates/fission_game_gui/src/gui/gui_choose_player.rs | 52 | 45 | 1,703 |
| gameModules/gfAchievements/CMakeLists.txt | 52 | 39 | 1,708 |
| gameModules/gfGameCore/components/gfCNagGui.h | 52 | 27 | 1,054 |
| gameModules/gfHogCore/components/gui/debug/gfCDebugMenuGui.h | 52 | 28 | 1,239 |
| gameModules/gfHogCore/components/gui/pickList/gfCCrossOutPickListEntryGui.h | 52 | 26 | 1,289 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawComponentCutter.h | 52 | 25 | 1,226 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawStencilTextures.h | 52 | 33 | 1,604 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchLensComponent.h | 52 | 25 | 1,308 |
| gameModules/gfTimeCore/src/gfCParkHudGui.h | 52 | 27 | 1,374 |
| libs/fs3d/fsI3dLight.cpp | 52 | 43 | 1,158 |
| libs/fs3d/fsI3dScene.cpp | 52 | 40 | 1,033 |
| libs/fs3d/impl/raylib/fsC3dAnimationData.cpp | 52 | 43 | 1,636 |
| libs/fsAppCore/src/components/fsCEphemeralComponent.h | 52 | 26 | 1,014 |
| libs/fsAppCore/src/components/transformation/fsITransformation.h | 52 | 27 | 1,003 |
| libs/fsAppCore/src/fsCCursorInertia.h | 52 | 26 | 1,111 |
| libs/fsAppCore/src/fsCInputPoint.h | 52 | 26 | 932 |
| libs/fsCollision/fsICollisionBody.h | 52 | 29 | 909 |
| libs/fsCore/fsIFileListBuilder.cpp | 52 | 43 | 1,203 |
| libs/fsCore/impl/axmol/fsCMaths.cpp | 52 | 42 | 591 |
| libs/fsCore/impl/bgfx/fsCMaths.cpp | 52 | 42 | 591 |
| libs/fsCore/impl/cocos2d-x/fsCMaths.cpp | 52 | 42 | 643 |
| libs/fsCore/impl/magnum/fsCMaths.cpp | 52 | 42 | 591 |
| libs/fsCore/impl/raylib/fsCMaths.cpp | 52 | 42 | 591 |
| libs/fsCore/src/fsCAppSettings.h | 52 | 26 | 1,039 |
| libs/fsRenderer/fsIFont.h | 52 | 28 | 895 |
| libs/fsRenderer/impl/magnum/fsCDisplay.h | 52 | 25 | 1,025 |
| libs/fsRenderer/src/components/fsCMovieSpriteComponent.h | 52 | 28 | 1,187 |
| libs/fsTileMap/fsIObject.h | 52 | 27 | 1,229 |
| gameModules/gfGameCore/components/gfCAnimCollectionEffectComponent.h | 51 | 25 | 1,187 |
| gameModules/gfGameCore/components/gfCChapterMenuGui.h | 51 | 27 | 1,202 |
| gameModules/gfHogCore/components/levelSequencer/gfCLevelSequencerComponent.h | 51 | 26 | 1,344 |
| gameModules/gfHogCore/src/fsCAutoMinigameLevelComponent.h | 51 | 22 | 1,254 |
| gameModules/gfMinigameCore/components/wordGames/gfCMinigameLetterTileComponent.cpp | 51 | 41 | 1,650 |
| libs/fs3d/impl/axmol/fsC3dScene.h | 51 | 27 | 1,176 |
| libs/fs3d/impl/cocos2d-x/fsC3dScene.h | 51 | 27 | 1,227 |
| libs/fs3d/impl/raylib/fsC3dScene.h | 51 | 27 | 1,176 |
| libs/fsAppCore/src/components/gui/elements/fsCCheckBoxGroupComponent.cpp | 51 | 43 | 1,061 |
| libs/fsAudio/impl/cocos2d-x/fsCSoundEffectInstance.cpp | 51 | 40 | 1,181 |
| libs/fsAudio/impl/raylib/fsCAudioManager.cpp | 51 | 41 | 1,326 |
| libs/fsPlatform/system/fsCSystem.cpp | 51 | 38 | 1,024 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeRenderTexture.h | 51 | 25 | 1,251 |
| libs/fsRenderer/src/particles/fsCAnimationParticle.h | 51 | 23 | 1,046 |
| gameModules/gfCatalogue/src/gfCCatalogueParserVarTable.h | 50 | 29 | 1,423 |
| gameModules/gfComponents/components/gfICollectionEffectComponent.h | 50 | 24 | 1,225 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawStencilTextures.cpp | 50 | 45 | 2,457 |
| libs/fsAppCore/fsICursor.h | 50 | 27 | 1,243 |
| libs/fsAppCore/src/components/fsITrailComponent.h | 50 | 23 | 949 |
| libs/fsAppCore/src/components/gui/elements/fsCCheckBoxGroupComponent.h | 50 | 22 | 993 |
| libs/fsAppCore/src/components/gui/fsCLocaleGui.h | 50 | 27 | 1,086 |
| libs/fsAudio/impl/cocos2d-x/fsCMusicInstance.cpp | 50 | 40 | 1,019 |
| libs/fsCollision/src/fsCCollisionComponent.h | 50 | 26 | 1,024 |
| libs/fsCore/src/fsCUniqueId.cpp | 50 | 40 | 870 |
| libs/fsCore/src/fsCZipFile.cpp | 50 | 36 | 1,435 |
| libs/fsRenderer/impl/bgfx/native/fsCNative3dScene.cpp | 50 | 35 | 742 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeLine.h | 50 | 25 | 943 |
| libs/fsRenderer/src/particles/fsIParticleCloud.cpp | 50 | 43 | 1,265 |
| gameModules/gfCatalogue/src/miniGames/gfCMiniGameGui.h | 49 | 26 | 1,225 |
| gameModules/gfComponents/components/gfCPhotographableComponent.h | 49 | 27 | 1,255 |
| gameModules/gfComponents/gfILevelLoaderComponent.h | 49 | 26 | 1,601 |
| gameModules/gfHogCore/src/gfCHogRunningOrder.h | 49 | 27 | 1,319 |
| libs/fs3d/fsC3dModelManager.h | 49 | 22 | 1,030 |
| libs/fsAppCore/fsIScene.cpp | 49 | 39 | 951 |
| libs/fsAppCore/src/components/fsCArcLineTrailComponent.h | 49 | 24 | 1,038 |
| libs/fsAppCore/src/components/fsCHookedLineTrailComponent.h | 49 | 23 | 1,050 |
| libs/fsAppCore/src/components/gui/elements/fsCModalGuiComponent.h | 49 | 22 | 1,064 |
| libs/fsAudio/impl/raylib/fsCSoundEffectInstance.h | 49 | 25 | 955 |
| libs/fsCollision/fsICollisionShape.h | 49 | 26 | 879 |
| libs/fsCore/impl/bgfx/fsCFile.h | 49 | 28 | 1,480 |
| libs/fsCore/impl/raylib/fsCFile.h | 49 | 28 | 1,480 |
| libs/fsPlatform/achievements/fsAchievementFactory.cpp | 49 | 42 | 1,100 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderCommandTriangleShaded.h | 49 | 27 | 1,253 |
| crates/fission_entities/src/events.rs | 48 | 41 | 858 |
| crates/fission_game_gui/src/gui/gui_picklist.rs | 48 | 39 | 1,207 |
| gameModules/gfComponents/components/gfCParticleCollectionEffectComponent.h | 48 | 24 | 1,131 |
| gameModules/gfGameCore/components/gfCTappableCollectableParticleEmitterComponent.h | 48 | 24 | 1,286 |
| gameModules/gfGameCore/components/gfCTutorialParticleClusterComponent.h | 48 | 24 | 1,044 |
| gameModules/gfHogCore/components/levelSequencer/gfCLevelSequencerLevelComponent.h | 48 | 26 | 1,157 |
| gameModules/gfHogCore/src/gfCHogUserSavedData.h | 48 | 25 | 1,031 |
| gameModules/gfMinigameCore/components/wordGames/gfCMinigameLetterTileComponent.h | 48 | 24 | 1,071 |
| gameModules/gfTimeCore/src/gfCParkLensComponent.cpp | 48 | 27 | 1,962 |
| gameModules/gfTimeCore/src/gfCTimeComponentFactory.cpp | 48 | 41 | 1,417 |
| libs/fsAppCore/src/components/actor/fsCActorComponent.h | 48 | 25 | 1,010 |
| libs/fsAppCore/src/components/fsCScreenFadeComponent.h | 48 | 24 | 1,034 |
| libs/fsAppCore/src/components/transformation/fsCFadeTransformationComponent.h | 48 | 21 | 1,000 |
| libs/fsAudio/impl/bgfx/fsCAudioManager.cpp | 48 | 39 | 1,244 |
| libs/fsAudio/impl/raylib/fsCCachedSoundEffect.h | 48 | 23 | 913 |
| libs/fsCollision/fsICollisionFixture.h | 48 | 26 | 1,068 |
| libs/fsPlatform/assets/src/impl/ios/fsCODR.h | 48 | 32 | 1,348 |
| gameModules/gfCatalogue/src/shop/gfCInGameShopItemPopupGui.h | 47 | 24 | 1,110 |
| gameModules/gfComponents/components/gfCTrapComponent.cpp | 47 | 38 | 1,319 |
| gameModules/gfGameCore/components/gfCInventoryComponent.h | 47 | 22 | 1,085 |
| gameModules/gfHogCore/components/levelSequencer/minigame/gfCLevelSequencerMinigameLevelComponent.h | 47 | 25 | 1,190 |
| gameModules/gfMinigameCore/components/gfIStencil.cpp | 47 | 38 | 830 |
| gameModules/gfMinigameCore/components/wordGames/gfCMinigameWordComponent.h | 47 | 23 | 1,171 |
| libs/fs3d/fsI3dAnimation.h | 47 | 19 | 957 |
| libs/fs3d/impl/axmol/fsC3dLight.h | 47 | 22 | 731 |
| libs/fs3d/impl/cocos2d-x/fsC3dLight.h | 47 | 22 | 788 |
| libs/fs3d/impl/raylib/fsC3dAnimationData.h | 47 | 24 | 1,028 |
| libs/fsAudio/impl/axmol/fsCSoundEffectInstance.h | 47 | 24 | 939 |
| libs/fsAudio/impl/cocos2d-x/fsCSoundEffectInstance.h | 47 | 24 | 981 |
| libs/fsAudio/impl/magnum/fsCSoundEffectInstance.h | 47 | 24 | 934 |
| libs/fsAudio/impl/raylib/fsCMusicInstance.h | 47 | 25 | 810 |
| libs/fsRenderer/fsIRenderData.cpp | 47 | 36 | 957 |
| libs/fsRenderer/fsITextEntryRenderData.h | 47 | 27 | 1,205 |
| libs/fsRenderer/impl/axmol/fsCFont.h | 47 | 25 | 747 |
| libs/fsRenderer/impl/cocos2d-x/fsCFont.h | 47 | 25 | 762 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderCommandLine.h | 47 | 26 | 1,118 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderCommandTriangle.h | 47 | 25 | 1,195 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamLineRenderData.cpp | 47 | 38 | 1,385 |
| libs/fsRenderer/src/fsCMaterial.cpp | 47 | 39 | 802 |
| libs/fsRenderer/src/particles/fsIParticleCloud.h | 47 | 24 | 936 |
| crates/fission_entities/src/layers/particles/graph.rs | 46 | 38 | 1,233 |
| crates/fission_game_gui/src/gui/catalogues/mod.rs | 46 | 38 | 979 |
| gameModules/gfCatalogue/src/wallpaper/gfCWallpaperPopupGui.h | 46 | 23 | 1,049 |
| gameModules/gfComponents/components/gfCHotComponent.h | 46 | 24 | 1,164 |
| gameModules/gfComponents/gfICollectionEffectFactory.h | 46 | 24 | 1,038 |
| libs/fs3d/fsC3dPathSprite.h | 46 | 22 | 1,009 |
| libs/fs3d/impl/axmol/fsC3dAnimationData.h | 46 | 22 | 989 |
| libs/fs3d/impl/cocos2d-x/fsC3dAnimationData.h | 46 | 22 | 1,043 |
| libs/fsAppCore/src/components/transformation/fsCVec2dTransformation.cpp | 46 | 35 | 1,181 |
| libs/fsAudio/impl/axmol/fsCCachedSoundEffect.h | 46 | 21 | 860 |
| libs/fsAudio/impl/axmol/fsCSoundEffectInstance.cpp | 46 | 35 | 971 |
| libs/fsAudio/impl/cocos2d-x/fsCCachedSoundEffect.h | 46 | 21 | 906 |
| libs/fsAudio/impl/magnum/fsCCachedSoundEffect.h | 46 | 21 | 860 |
| libs/fsAudio/impl/raylib/fsCSoundEffectInstance.cpp | 46 | 34 | 783 |
| libs/fsAudio/src/fsCRandomTune.h | 46 | 25 | 758 |
| libs/fsCore/fsIFileListBuilder.h | 46 | 21 | 1,013 |
| libs/fsCore/miniz/readme.md | 46 | 30 | 4,784 |
| libs/fsPlatform/firebase/CMakeLists.txt | 46 | 36 | 1,156 |
| libs/fsRenderer/impl/magnum/native/fsCNativeTextEntry.h | 46 | 24 | 934 |
| libs/fsTileMap/src/fsCBoundryScroller.cpp | 46 | 40 | 985 |
| crates/fission_entities/src/layers/pickable.rs | 45 | 33 | 1,344 |
| gameModules/gfCatalogue/src/gfCPurchaseManager.h | 45 | 22 | 903 |
| gameModules/gfHogCore/components/gfCHogSubSceneComponent.cpp | 45 | 34 | 1,442 |
| gameModules/gfHogCore/components/gui/gfCEmptyGui.h | 45 | 20 | 915 |
| gameModules/gfMinigameCore/components/gfIMinigameLogic.cpp | 45 | 37 | 1,450 |
| libs/fs3d/fsC3dCamera.h | 45 | 24 | 795 |
| libs/fsAppCore/src/components/actor/fsCActorPath.h | 45 | 22 | 710 |
| libs/fsAppCore/src/components/fsITrailComponent.cpp | 45 | 36 | 918 |
| libs/fsAppCore/src/components/transformation/fsCFadeTransformation.h | 45 | 20 | 934 |
| libs/fsAppCore/src/fsCContextualHardwareCursor.h | 45 | 24 | 998 |
| libs/fsAudio/fsIMusicInstance.h | 45 | 23 | 788 |
| libs/fsCore/impl/magnum/fsCFileListBuilder.cpp | 45 | 36 | 1,031 |
| libs/fsCore/impl/raylib/fsCFileListBuilder.cpp | 45 | 37 | 1,067 |
| libs/fsPlatform/iap/src/impl/scapix/iOS/fsCIAP.h | 45 | 31 | 1,346 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeTextEntry.h | 45 | 23 | 863 |
| libs/fsRenderer/impl/raylib/native/fsCNativeTextEntry.h | 45 | 23 | 868 |
| libs/fsRenderer/src/fsCFontManager.h | 45 | 20 | 808 |
| tests/gui_grammar_golden_corpus/negative_missing_brace/expected_behavior.md | 45 | 38 | 2,228 |
| cmake/utils/sync_magnum_plugins.cmake | 44 | 29 | 1,256 |
| crates/fission_entities/src/layers/minigames/grids/grid_cell.rs | 44 | 36 | 883 |
| gameModules/gfComponents/components/gfCTrapComponent.h | 44 | 22 | 1,046 |
| gameModules/gfHogCore/components/gui/gfCEndMenuGui.h | 44 | 22 | 906 |
| gameModules/gfMinigameCore/components/flipsaw/gfCFlipsawCutterComponent.h | 44 | 21 | 1,055 |
| gameModules/gfTimeCore/src/gfCPurchaseActionSlotFill.h | 44 | 16 | 1,567 |
| libs/fs3d/impl/axmol/fsC3dSpriteRenderData.h | 44 | 23 | 988 |
| libs/fs3d/impl/raylib/fsC3dSpriteRenderData.h | 44 | 23 | 989 |
| libs/fsAppCore/src/components/fsCStraightLineTrailComponent.h | 44 | 20 | 897 |
| libs/fsAppCore/src/components/gui/fsCGuiParseTree.h | 44 | 23 | 1,215 |
| libs/fsAppCore/src/components/transformation/fsCTranslationTransformationComponent.h | 44 | 19 | 993 |
| libs/fsAudio/impl/axmol/fsCMusicInstance.cpp | 44 | 35 | 804 |
| libs/fsCore/fsPlatform.h | 44 | 16 | 1,001 |
| libs/fsCore/impl/axmol/CMakeLists.txt | 44 | 34 | 1,209 |
| libs/fsCore/impl/axmol/debug/fsCDebug.cpp | 44 | 31 | 1,001 |
| libs/fsCore/impl/axmol/debug/fsCDebug.h | 44 | 18 | 711 |
| libs/fsCore/impl/bgfx/debug/fsCDebug.cpp | 44 | 31 | 1,001 |
| libs/fsCore/impl/cocos2d-x/debug/fsCDebug.cpp | 44 | 31 | 1,045 |
| libs/fsCore/impl/cocos2d-x/debug/fsCDebug.h | 44 | 18 | 755 |
| libs/fsCore/impl/magnum/debug/fsCDebug.cpp | 44 | 31 | 1,001 |
| libs/fsCore/impl/raylib/debug/fsCDebug.cpp | 44 | 31 | 1,001 |
| libs/fsCore/src/debug/fsAssert.cpp | 44 | 39 | 679 |
| libs/fsPlatform/system/CMakeLists.txt | 44 | 34 | 1,498 |
| libs/fsRenderer/fsILineRenderData.h | 44 | 23 | 953 |
| libs/fsRenderer/impl/magnum/fsCFont.h | 44 | 25 | 923 |
| libs/fsRenderer/impl/magnum/native/fsCNativeLine.h | 44 | 21 | 879 |
| libs/fsRenderer/src/particles/fsCParticleDataManager.h | 44 | 23 | 812 |
| tests/gui_grammar_golden_corpus/tooling/fake_entity.h | 44 | 35 | 1,174 |
| crates/fission_entities/src/attributes/collectable.rs | 43 | 37 | 1,398 |
| crates/fission_game_gui/src/gui/gui_pause.rs | 43 | 35 | 1,198 |
| gameModules/gfCatalogue/src/wallpaper/gfCWallpaperGui.h | 43 | 21 | 940 |
| gameModules/gfHogCore/components/gfCSceneTextComponent.h | 43 | 18 | 979 |
| gameModules/gfMinigameCore/components/gfCMinigameCompleteComponent.h | 43 | 21 | 911 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCWordSearchMinigameLoader.h | 43 | 20 | 915 |
| libs/fs3d/impl/axmol/fsC3dSpriteRenderData.cpp | 43 | 33 | 916 |
| libs/fs3d/impl/cocos2d-x/fsC3dSpriteRenderData.h | 43 | 22 | 1,007 |
| libs/fs3d/impl/raylib/fsC3dSpriteRenderData.cpp | 43 | 33 | 920 |
| libs/fsAppCore/src/components/transformation/fsCRotationTransformationComponent.h | 43 | 18 | 898 |
| libs/fsAudio/impl/bgfx/fsCAudioManager.h | 43 | 19 | 875 |
| libs/fsCore/fsPoint.h | 43 | 26 | 1,094 |
| libs/fsCore/impl/cocos2d-x/fsCResourceNamePathAdjuster.h | 43 | 19 | 1,141 |
| libs/fsRenderer/fsIRenderJob.h | 43 | 18 | 719 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamLineRenderData-v3.cpp | 43 | 33 | 1,257 |
| libs/fsRenderer/impl/raylib/fsCFont.h | 43 | 21 | 659 |
| libs/fsRenderer/impl/raylib/native/fsCNativeLine.h | 43 | 20 | 813 |
| libs/fsRenderer/src/components/fsCParticleCloudEmitterComponent.h | 43 | 21 | 1,106 |
| libs/fsRenderer/src/particles/fsCParticleDataManager.cpp | 43 | 32 | 1,050 |
| libs/fsRenderer/src/particles/fsCSequenceParticleCloud.h | 43 | 22 | 866 |
| gameModules/gfHogCore/components/test/gfCAutoTestLevelLoadComponent.h | 42 | 19 | 882 |
| gameModules/gfHogCore/components/test/gfCAutoTestLoadGuis.h | 42 | 19 | 887 |
| gameModules/gfTimeCore/src/gfCParkEndOfDayGui.h | 42 | 19 | 1,102 |
| gameModules/gfTimeCore/src/gfCParkLayoutManager.h | 42 | 15 | 1,170 |
| libs/fs3d/impl/axmol/fsC3dLight.cpp | 42 | 36 | 1,001 |
| libs/fsAppCore/src/components/actor/fsCActorPathComponent.h | 42 | 20 | 849 |
| libs/fsAppCore/src/components/transformation/fsCF32Transformation.h | 42 | 19 | 880 |
| libs/fsAppCore/src/components/transformation/fsCScaleTransformationComponent.h | 42 | 18 | 890 |
| libs/fsAppCore/src/components/transformation/fsCVec2dTransformation.h | 42 | 18 | 831 |
| libs/fsAudio/impl/axmol/fsCMusicInstance.h | 42 | 22 | 741 |
| libs/fsAudio/impl/bgfx/fsCMusicInstance.h | 42 | 22 | 771 |
| libs/fsAudio/impl/cocos2d-x/fsCMusicInstance.h | 42 | 22 | 783 |
| libs/fsAudio/impl/magnum/fsCMusicInstance.h | 42 | 22 | 740 |
| libs/fsCollision/fsICollisionFixture.cpp | 42 | 33 | 938 |
| libs/fsCore/impl/axmol/debug/fsBreak.h | 42 | 15 | 1,037 |
| libs/fsCore/impl/bgfx/debug/fsBreak.h | 42 | 15 | 1,037 |
| libs/fsCore/impl/bgfx/debug/fsCDebug.h | 42 | 17 | 677 |
| libs/fsCore/impl/bgfx/fsCFileListBuilder.cpp | 42 | 34 | 902 |
| libs/fsCore/impl/bgfx/fsCResourceNamePathAdjuster.h | 42 | 18 | 1,075 |
| libs/fsCore/impl/cocos2d-x/debug/fsBreak.h | 42 | 15 | 1,079 |
| libs/fsCore/impl/magnum/debug/fsBreak.h | 42 | 15 | 1,037 |
| libs/fsCore/impl/magnum/debug/fsCDebug.h | 42 | 17 | 677 |
| libs/fsCore/impl/magnum/fsCResourceNamePathAdjuster.h | 42 | 18 | 1,075 |
| libs/fsCore/impl/raylib/debug/fsBreak.h | 42 | 15 | 1,037 |
| libs/fsCore/impl/raylib/debug/fsCDebug.h | 42 | 17 | 677 |
| libs/fsCore/impl/raylib/fsCResourceNamePathAdjuster.h | 42 | 18 | 1,075 |
| libs/fsPlatform/license/fsILicenseCheck.h | 42 | 22 | 829 |
| libs/fsRenderer/fsIRenderable.h | 42 | 22 | 817 |
| libs/fsRenderer/impl/axmol/fsCScene.h | 42 | 20 | 685 |
| libs/fsRenderer/impl/cocos2d-x/fsCScene.h | 42 | 20 | 695 |
| libs/fsRenderer/src/animatingSprite/fsCAnimationTimeline.h | 42 | 19 | 710 |
| libs/fsRenderer/src/renderData/native/fsCRenderDataFactoryNative.cpp | 42 | 37 | 1,263 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobSprites.h | 42 | 18 | 806 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobText.h | 42 | 19 | 762 |
| libs/fsSpriter/src/fsCAnimationDataSpriter.h | 42 | 19 | 898 |
| libs/fsTileMap/src/fsCWrapScroller.cpp | 42 | 36 | 616 |
| gameModules/gfGameCore/components/gfCPauseMenuGui.h | 41 | 17 | 759 |
| gameModules/gfGameCore/components/gfCPaywallTransaction.h | 41 | 19 | 783 |
| gameModules/gfMinigameCore/components/gfCMinigameCompleteComponent.cpp | 41 | 32 | 876 |
| libs/fs3d/impl/raylib/fsC3dLight.h | 41 | 17 | 671 |
| libs/fsAppCore/src/components/fsCTaggableComponent.h | 41 | 19 | 839 |
| libs/fsAudio/impl/axmol/fsCAudioManager.h | 41 | 20 | 817 |
| libs/fsAudio/impl/bgfx/fsCCachedSoundEffect.h | 41 | 20 | 788 |
| libs/fsAudio/impl/cocos2d-x/fsCAudioManager.h | 41 | 20 | 853 |
| libs/fsAudio/impl/magnum/fsCAudioManager.h | 41 | 20 | 812 |
| libs/fsCore/fsISavedData.h | 41 | 17 | 658 |
| libs/fsCore/impl/axmol/fsCFileListBuilder.cpp | 41 | 35 | 1,009 |
| libs/fsPlatform/achievements/src/impl/steam/fsAchievementServiceSteam.cpp | 41 | 33 | 825 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamSpriteRenderData-v3.h | 41 | 19 | 1,054 |
| libs/fsRenderer/src/animatingSprite/fsIKeyFrame.h | 41 | 16 | 698 |
| libs/fsTileMap/fsITileSet.h | 41 | 19 | 646 |
| cmake/fissionGamePaths.cmake | 40 | 34 | 1,701 |
| gameModules/gfCatalogue/src/gfCCatalogueCategory.h | 40 | 19 | 1,043 |
| gameModules/gfGameCore/components/gfCLocaleSelectGui.h | 40 | 19 | 829 |
| gameModules/gfHogCore/components/gfCHogSubSceneComponent.h | 40 | 19 | 916 |
| gameModules/gfHogCore/components/gui/gfCMapPopUpFVGui.h | 40 | 18 | 797 |
| gameModules/gfMinigameCore/components/slidasquare/gfCSlidasquareCutterComponent.h | 40 | 21 | 1,024 |
| gameModules/gfTimeCore/src/gfCParkLayoutManager.cpp | 40 | 30 | 1,010 |
| gameModules/gfTimeCore/src/gfCParkMainMenuGui.h | 40 | 17 | 1,001 |
| libs/fs3d/fsC3dPathSprite.cpp | 40 | 31 | 1,045 |
| libs/fs3d/fsI3dAnimationData.h | 40 | 17 | 777 |
| libs/fs3d/impl/raylib/fsC3dAnimation.h | 40 | 21 | 818 |
| libs/fsAppCore/src/components/actor/fsCActorPath.cpp | 40 | 30 | 705 |
| libs/fsAppCore/src/components/fsIMessageListenerComponent.h | 40 | 19 | 844 |
| libs/fsAppCore/src/components/gui/fsCStreakMultiplierGuiComponent.h | 40 | 19 | 860 |
| libs/fsAppCore/src/fsCAppTimer.cpp | 40 | 30 | 561 |
| libs/fsAudio/fsISoundEffectInstance.h | 40 | 21 | 691 |
| libs/fsAudio/impl/bgfx/fsCSoundEffectInstance.h | 40 | 19 | 770 |
| libs/fsAudio/impl/raylib/fsCAudioManager.h | 40 | 19 | 763 |
| libs/fsCore/src/fsNMaths.h | 40 | 21 | 861 |
| libs/fsRenderer/fsIRenderDataFactory.h | 40 | 19 | 685 |
| libs/fsRenderer/fsIVertexRenderData.h | 40 | 19 | 734 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamLineRenderData.h | 40 | 20 | 1,002 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCVertexStreamSpriteRenderData.h | 40 | 20 | 1,082 |
| libs/fsRenderer/src/fsCLine.h | 40 | 19 | 753 |
| libs/fsRenderer/src/particles/fsCParticleCloud.h | 40 | 20 | 774 |
| crates/fission_entities/src/layers/anim/impls/playfirst/img.rs | 39 | 35 | 1,043 |
| gameModules/gfCatalogue/src/moreGames/gfCMoreGamesGui.h | 39 | 19 | 838 |
| gameModules/gfCatalogue/src/shop/gfCPurchaseActionAddToInventory.cpp | 39 | 30 | 1,231 |
| gameModules/gfCatalogue/src/tunes/gfCTuneGui.h | 39 | 19 | 808 |
| gameModules/gfGameCore/components/gfCCreditsGui.h | 39 | 20 | 821 |
| libs/fs3d/impl/axmol/fsC3dAnimation.h | 39 | 19 | 755 |
| libs/fs3d/impl/cocos2d-x/fsC3dAnimation.h | 39 | 19 | 798 |
| libs/fsAppCore/src/components/actor/fsIActorMovementComponent.cpp | 39 | 29 | 969 |
| libs/fsAppCore/src/components/actor/fsIActorMovementComponent.h | 39 | 19 | 873 |
| libs/fsAppCore/src/components/fsCStraightLineTrailComponent.cpp | 39 | 29 | 1,116 |
| libs/fsAudio/impl/magnum/fsCSoundEffectInstance.cpp | 39 | 29 | 596 |
| libs/fsAudio/src/fsCRandomTune.cpp | 39 | 32 | 999 |
| libs/fsCore/impl/axmol/fsCResourceNamePathAdjuster.h | 39 | 19 | 1,034 |
| libs/fsCore/impl/raylib/CMakeLists.txt | 39 | 33 | 1,034 |
| libs/fsCore/src/fsCFileListEntry.h | 39 | 18 | 694 |
| libs/fsPlatform/system/fsCSystem.h | 39 | 20 | 681 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeLine.cpp | 39 | 29 | 660 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCGotoFrameKeyFrame.cpp | 39 | 33 | 805 |
| gameModules/gfCatalogue/src/gfCCatalogueItem.h | 38 | 19 | 732 |
| gameModules/gfComponents/components/gfCTutorialComponent.h | 38 | 18 | 784 |
| gameModules/gfMaze/CMakeLists.txt | 38 | 27 | 1,131 |
| gameModules/gfMinigameCore/components/jigsaw/gfCJigsawMinigameGui.h | 38 | 19 | 972 |
| gameModules/gfMinigameCore/components/wordGames/wordSearch/gfCMazeMinigameSelectionComponent.h | 38 | 17 | 872 |
| gameModules/gfTimeCore/src/sim/gfCArrivalDirectorSim.h | 38 | 16 | 1,168 |
| libs/fs3d/fsC3dAnimationManager.cpp | 38 | 30 | 1,165 |
| libs/fs3d/impl/axmol/fsC3dRay.h | 38 | 20 | 594 |
| libs/fs3d/impl/cocos2d-x/fsC3dSpriteRenderData.cpp | 38 | 29 | 866 |
| libs/fsAppCore/src/components/fsITutorialEnabledComponent.h | 38 | 17 | 750 |
| libs/fsAppCore/src/fsCAppTimer.h | 38 | 19 | 585 |
| libs/fsCore/impl/axmol/fsCFileListBuilderMac.mm | 38 | 29 | 1,258 |
| libs/fsCore/impl/cocos2d-x/fsCFileListBuilderMac.mm | 38 | 29 | 1,274 |
| libs/fsCore/impl/magnum/fsCFileListBuilderMac.mm | 38 | 29 | 1,258 |
| libs/fsCore/impl/raylib/fsCFileListBuilderMac.mm | 38 | 29 | 1,258 |
| libs/fsRenderer/fsIRenderableQuantum.h | 38 | 18 | 760 |
| libs/fsRenderer/impl/magnum/native/fsCNative3dSprite.cpp | 38 | 27 | 594 |
| libs/fsRenderer/impl/magnum/native/fsCNativeTextEntry.cpp | 38 | 27 | 668 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCGotoFrameKeyFrame.h | 38 | 16 | 684 |
| libs/fsRenderer/src/fsCLine.cpp | 38 | 27 | 767 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobSprite3d.h | 38 | 19 | 696 |
| crates/fission_entities/src/layers/minigames/rotate.rs | 37 | 29 | 1,164 |
| crates/fission_entities/src/scene_csv_parser.rs | 37 | 32 | 1,014 |
| crates/fission_entities/src/utils.rs | 37 | 27 | 991 |
| gameModules/gfAchievements/src/gfCAchievement.h | 37 | 19 | 752 |
| gameModules/gfCatalogue/gfICatalogueParser.h | 37 | 18 | 628 |
| gameModules/gfGameCore/components/gfCTutorialGui.h | 37 | 18 | 666 |
| gameModules/gfHogCore/components/gui/pickList/gfIHintablePickListEntry.cpp | 37 | 32 | 1,298 |
| libs/fs3d/fsI3dRay.h | 37 | 17 | 602 |
| libs/fsAppCore/src/components/gui/fsIMessageListenerGuiComponent.h | 37 | 16 | 789 |
| libs/fsAppCore/src/components/transformation/fsCTranslationTransformationComponent.cpp | 37 | 28 | 1,149 |
| libs/fsAudio/impl/bgfx/fsCMusicInstance.cpp | 37 | 27 | 460 |
| libs/fsCollision/fsICollisionBody.cpp | 37 | 28 | 566 |
| libs/fsCore/fsVec2d.h | 37 | 22 | 851 |
| libs/fsCore/impl/cocos2d-x/debug/fsCLog.cpp | 37 | 32 | 698 |
| libs/fsCore/impl/cocos2d-x/fsCFileListBuilder.cpp | 37 | 31 | 942 |
| libs/fsCore/src/fsNRnd.cpp | 37 | 28 | 600 |
| libs/fsPlatform/social/fsReviewService.h | 37 | 24 | 832 |
| libs/fsPlatform/social/fsShareService.h | 37 | 24 | 818 |
| libs/fsRenderer/fsINativeRenderData.h | 37 | 16 | 623 |
| libs/fsRenderer/impl/bgfx/fsCScene.h | 37 | 15 | 628 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsIRenderCommand.cpp | 37 | 33 | 1,629 |
| libs/fsRenderer/impl/magnum/fsCScene.h | 37 | 15 | 628 |
| libs/fsRenderer/impl/raylib/fsCScene.h | 37 | 15 | 628 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCSFXKeyFrame.h | 37 | 15 | 645 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCSwapTimelineKeyFrame.h | 37 | 15 | 692 |
| libs/fsRenderer/src/particles/fsCParticleCloud.cpp | 37 | 31 | 838 |
| tests/gui_grammar_golden_corpus/nested_include/assets/gui/hogGui/topMenuGui/topMenuGui.txt | 37 | 33 | 759 |
| crates/fission_entities/src/gui/gui_base.rs | 36 | 28 | 891 |
| gameModules/gfCatalogue/gfIPurchaseAction.h | 36 | 18 | 612 |
| gameModules/gfCatalogue/src/gfCCatalogueCatalogue.h | 36 | 19 | 867 |
| gameModules/gfGameCore/src/gfCGameMessageDispatcher.cpp | 36 | 28 | 1,045 |
| gameModules/gfMinigameCore/components/gfCSimpleStencil.h | 36 | 17 | 735 |
| gameModules/gfMinigameCore/components/gfIMinigameLogic.h | 36 | 18 | 795 |
| gameModules/gfMinigameCore/components/gfISimpleCutterComponent.h | 36 | 16 | 735 |
| gameModules/gfTimeCore/src/gfCParkRunningOrder.cpp | 36 | 26 | 894 |
| libs/fsAppCore/src/components/fsCEphemeralComponent.cpp | 36 | 27 | 775 |
| libs/fsCore/fsISavedData.cpp | 36 | 28 | 581 |
| libs/fsCore/impl/axmol/fsCFileListBuilder.h | 36 | 14 | 700 |
| libs/fsCore/impl/axmol/fsCHardwareImpl.h | 36 | 17 | 606 |
| libs/fsCore/impl/bgfx/fsCFileListBuilder.h | 36 | 14 | 700 |
| libs/fsCore/impl/cocos2d-x/fsCFileListBuilder.h | 36 | 14 | 736 |
| libs/fsCore/impl/magnum/fsCFileListBuilder.h | 36 | 14 | 700 |
| libs/fsCore/impl/raylib/fsCFileListBuilder.h | 36 | 14 | 700 |
| libs/fsPlatform/ads/src/impl/ios/fsAdsServiceIos.mm | 36 | 30 | 658 |
| libs/fsRenderer/fsINativeRenderData.cpp | 36 | 30 | 805 |
| libs/fsRenderer/fsIRenderableQuantum.cpp | 36 | 27 | 608 |
| gameModules/gfGameCore/components/gfCInventorySlotGui.h | 35 | 16 | 671 |
| gameModules/gfGameCore/src/gfCGameMessageDispatcher.h | 35 | 15 | 833 |
| gameModules/gfTileMapCore/gfCTileMapGameComponentFactory.h | 35 | 15 | 697 |
| gameModules/gfTimeCore/src/gfCPurchaseActionDecorationPlace.h | 35 | 12 | 1,096 |
| libs/fsAppCore/src/components/actor/fsCActorPathComponent.cpp | 35 | 25 | 742 |
| libs/fsAudio/impl/magnum/fsCAudioManager.cpp | 35 | 25 | 542 |
| libs/fsRenderer/impl/axmol/fsCFont.cpp | 35 | 30 | 775 |
| libs/fsRenderer/impl/magnum/native/fsCNativeLine.cpp | 35 | 25 | 496 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCSpriteKeyFrame.h | 35 | 14 | 631 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobText.cpp | 35 | 26 | 784 |
| libs/fsTileMap/fsITile.h | 35 | 17 | 529 |
| crates/fission_extra/src/map/models.rs | 34 | 29 | 905 |
| gameModules/gfAchievements/src/gfCAchievement.cpp | 34 | 26 | 825 |
| gameModules/gfCatalogue/src/diary/gfCPurchaseActionDiary.h | 34 | 15 | 746 |
| gameModules/gfCatalogue/src/miniGames/gfCPurchaseActionMinigame.h | 34 | 15 | 755 |
| gameModules/gfCatalogue/src/moreGames/gfCPurchaseActionUrlOpen.h | 34 | 15 | 749 |
| gameModules/gfCatalogue/src/shop/gfCPurchaseActionAddToInventory.h | 34 | 15 | 791 |
| gameModules/gfCatalogue/src/tunes/gfCPurchaseActionPlayTune.h | 34 | 15 | 755 |
| gameModules/gfCatalogue/src/wallpaper/gfCPurchaseActionWallpaperApply.h | 34 | 15 | 791 |
| gameModules/gfComponents/components/gfCTutorialComponent.cpp | 34 | 26 | 809 |
| gameModules/gfMinigameCore/components/gfISimpleCutterComponent.cpp | 34 | 27 | 1,099 |
| gameModules/gfTimeCore/src/gfCTimeComponentFactory.h | 34 | 15 | 654 |
| gameModules/gfTimeCore/src/gfCTimeEntityFactory.h | 34 | 14 | 695 |
| libs/fs3d/impl/cocos2d-x/fsC3dRay.h | 34 | 16 | 545 |
| libs/fsAudio/impl/bgfx/fsCSoundEffectInstance.cpp | 34 | 24 | 480 |
| libs/fsCore/fsVec3d.h | 34 | 19 | 485 |
| libs/fsCore/impl/cocos2d-x/CMakeLists.txt | 34 | 28 | 924 |
| libs/fsCore/impl/magnum/CMakeLists.txt | 34 | 28 | 924 |
| libs/fsRenderer/impl/bgfx/native/fsCNativeTextEntry.cpp | 34 | 24 | 588 |
| libs/fsRenderer/impl/cocos2d-x/fsCFont.cpp | 34 | 29 | 759 |
| libs/fsRenderer/impl/raylib/native/fsCNativeTextEntry.cpp | 34 | 24 | 588 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCJumpKeyFrame.h | 34 | 14 | 617 |
| libs/fsRenderer/src/particles/fsCParticleRotateParameter.h | 34 | 14 | 697 |
| libs/fsRenderer/src/renderData/native/fsCNativeTextEntryRenderData.cpp | 34 | 24 | 766 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobLine.h | 34 | 16 | 621 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobSprites.cpp | 34 | 26 | 793 |
| crates/fission_entities/src/attributes/rotatable.rs | 33 | 29 | 1,028 |
| gameModules/gfCatalogue/src/diary/gfCPurchaseActionDiary.cpp | 33 | 22 | 870 |
| gameModules/gfCatalogue/src/miniGames/gfCPurchaseActionMinigame.cpp | 33 | 22 | 888 |
| gameModules/gfComponents/gfICollectionEffectFactory.cpp | 33 | 25 | 906 |
| gameModules/gfGameCore/components/gfCPauseMenuGui.cpp | 33 | 25 | 722 |
| gameModules/gfHogCore/src/gfCHogComponentFactory.h | 33 | 15 | 720 |
| gameModules/gfTimeCore/src/gfCPurchaseActionStaffHire.h | 33 | 12 | 969 |
| libs/fsAudio/fsICachedSoundEffect.h | 33 | 17 | 567 |
| libs/fsCore/impl/axmol/debug/fsCLog.cpp | 33 | 27 | 593 |
| libs/fsCore/impl/axmol/fsBaseTypes.h | 33 | 16 | 622 |
| libs/fsCore/impl/bgfx/CMakeLists.txt | 33 | 30 | 899 |
| libs/fsCore/impl/bgfx/fsBaseTypes.h | 33 | 16 | 622 |
| libs/fsCore/impl/cocos2d-x/fsBaseTypes.h | 33 | 16 | 655 |
| libs/fsCore/impl/magnum/fsBaseTypes.h | 33 | 16 | 622 |
| libs/fsCore/impl/raylib/fsBaseTypes.h | 33 | 16 | 622 |
| libs/fsCore/src/fsCZipFile.h | 33 | 17 | 591 |
| libs/fsCore/src/fsNRnd.h | 33 | 13 | 624 |
| libs/fsRenderer/fsIAnimationData.h | 33 | 15 | 643 |
| libs/fsRenderer/fsIFont.cpp | 33 | 27 | 609 |
| libs/fsRenderer/impl/bgfx/CMakeLists.txt | 33 | 30 | 1,081 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderDataFactoryVertexStream.cpp | 33 | 27 | 1,177 |
| libs/fsRenderer/impl/magnum/CMakeLists.txt | 33 | 30 | 1,105 |
| libs/fsRenderer/impl/raylib/CMakeLists.txt | 33 | 30 | 1,097 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCDoNothingKeyFrame.h | 33 | 13 | 623 |
| libs/fsRenderer/src/particles/fsCParticleCloudEmitter.h | 33 | 15 | 763 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobTextEntry.h | 33 | 16 | 667 |
| libs/fsTileMap/src/fsCBoundryScroller.h | 33 | 16 | 615 |
| azurePipelines/ffmpeg.yml | 32 | 22 | 938 |
| crates/fission_game_gui/src/lib.rs | 32 | 24 | 543 |
| gameModules/gfCatalogue/src/gfIButtonDelayComponent.h | 32 | 10 | 973 |
| gameModules/gfGameCore/components/gfCPaywallTransaction.cpp | 32 | 26 | 610 |
| gameModules/gfGameCore/src/gfPhotoCapture.h | 32 | 26 | 610 |
| gameModules/gfHogCore/components/gfCMaskComponent.h | 32 | 15 | 628 |
| gameModules/gfHogCore/components/levelSequencer/gfCSequencedLevels.h | 32 | 15 | 784 |
| gameModules/gfMinigameCore/gfMinigameComponentFactory.h | 32 | 14 | 686 |
| libs/fs3d/impl/raylib/fsC3dRay.h | 32 | 14 | 485 |
| libs/fsAppCore/src/components/fsCTaggableComponent.cpp | 32 | 24 | 622 |
| libs/fsAudio/impl/magnum/fsCMusicInstance.cpp | 32 | 23 | 384 |
| libs/fsCollision/fsICollisionShape.cpp | 32 | 24 | 591 |
| libs/fsCore/fsIZipFile.h | 32 | 15 | 626 |
| libs/fsCore/impl/cocos2d-x/fsCHardwareImpl.h | 32 | 15 | 579 |
| libs/fsCore/impl/magnum/fsCHardwareImpl.h | 32 | 15 | 579 |
| libs/fsCore/impl/raylib/fsCHardwareImpl.h | 32 | 14 | 581 |
| libs/fsCore/src/debug/fsBreak.h | 32 | 17 | 756 |
| libs/fsPlatform/ads/fsAdsService.h | 32 | 26 | 929 |
| libs/fsPlatform/iap/fsIapService.h | 32 | 26 | 965 |
| libs/fsRenderer/src/components/fsIRenderableComponent.h | 32 | 16 | 606 |
| libs/fsRenderer/src/particles/fsCParticleScaleParameter.h | 32 | 13 | 633 |
| libs/fsTileMap/src/fsCWrapScroller.h | 32 | 16 | 604 |
| .circleci/config.yml | 31 | 25 | 697 |
| libs/fsAppCore/src/components/gui/fsCStreakMultiplierGuiComponent.cpp | 31 | 23 | 785 |
| libs/fsCore/impl/axmol/fsCMaths.h | 31 | 16 | 626 |
| libs/fsCore/impl/bgfx/fsCMaths.h | 31 | 16 | 626 |
| libs/fsCore/impl/cocos2d-x/fsCMaths.h | 31 | 16 | 657 |
| libs/fsCore/impl/magnum/fsCMaths.h | 31 | 16 | 626 |
| libs/fsCore/impl/raylib/fsCMaths.h | 31 | 16 | 626 |
| libs/fsCore/src/debug/fsAssert.h | 31 | 16 | 557 |
| libs/fsRenderer/fsILineRenderData.cpp | 31 | 22 | 584 |
| libs/fsRenderer/impl/cocos2d-x/vertexStream/fsCRenderDataFactoryVertexStream.h | 31 | 13 | 708 |
| libs/fsRenderer/impl/magnum/fsCFont.cpp | 31 | 26 | 858 |
| libs/fsRenderer/impl/raylib/native/fsCNativeLine.cpp | 31 | 22 | 421 |
| libs/fsRenderer/src/particles/fsCParticleRotateParameter.cpp | 31 | 24 | 737 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobRenderTextures.h | 31 | 15 | 657 |
| tests/gui_grammar_golden_corpus/negative_missing_equals/expected_behavior.md | 31 | 25 | 1,384 |
| tests/gui_grammar_golden_corpus/nested_include/assets/gui/hogGui/guiRightPanel/guiRightPanel.txt | 31 | 25 | 407 |
| gameModules/gfHogCore/components/gui/pickList/gfIHintablePickListEntry.h | 30 | 13 | 757 |
| libs/fs3d/fsI3dAnimation.cpp | 30 | 24 | 801 |
| libs/fs3d/fsI3dAnimationData.cpp | 30 | 24 | 824 |
| libs/fs3d/fsI3dRay.cpp | 30 | 24 | 502 |
| libs/fs3d/impl/cocos2d-x/fsC3dLight.cpp | 30 | 24 | 671 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCJumpKeyFrame.cpp | 30 | 24 | 493 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobSprite3d.cpp | 30 | 22 | 552 |
| azurePipelines/downloadRustTools.yml | 29 | 24 | 697 |
| crates/fission_entities/src/display_entity.rs | 29 | 23 | 767 |
| crates/fission_entities/src/layers/particles/mod.rs | 29 | 24 | 641 |
| gameModules/gfCatalogue/src/gfCCatalogueCategory.cpp | 29 | 19 | 983 |
| gameModules/gfTileMapCore/gfCTileMapGameComponentFactory.cpp | 29 | 21 | 725 |
| gameModules/gfTimeCore/src/gfCPurchaseActionBuildingPlace.h | 29 | 12 | 808 |
| libs/fsAppCore/src/components/transformation/fsCRotationTransformationComponent.cpp | 29 | 21 | 809 |
| libs/fsAudio/impl/raylib/fsCCachedSoundEffect.cpp | 29 | 23 | 588 |
| libs/fsCore/src/debug/fsTrace.h | 29 | 9 | 476 |
| libs/fsPlatform/ads/fsAdsTypes.h | 29 | 24 | 438 |
| libs/fsRenderer/fsIVertexRenderData.cpp | 29 | 22 | 601 |
| libs/fsRenderer/src/renderData/native/fsCRenderDataFactoryNative.h | 29 | 12 | 639 |
| tests/gui_grammar_golden_corpus/nested_include/assets/gui/hogGui/hogGui.txt | 29 | 23 | 425 |
| gameModules/gfComponents/components/gfICollectionEffectComponent.cpp | 28 | 20 | 841 |
| gameModules/gfMinigameCore/components/gfIMinigameHintable.h | 28 | 12 | 666 |
| libs/fsAppCore/src/fsCAppMessageDispatcher.h | 28 | 13 | 683 |
| libs/fsAudio/impl/axmol/fsCCachedSoundEffect.cpp | 28 | 22 | 534 |
| libs/fsAudio/impl/cocos2d-x/fsCCachedSoundEffect.cpp | 28 | 22 | 562 |
| libs/fsAudio/impl/magnum/fsCCachedSoundEffect.cpp | 28 | 22 | 534 |
| libs/fsCore/fsBuildConfig.h | 28 | 17 | 700 |
| libs/fsCore/impl/axmol/debug/fsProfile.h | 28 | 11 | 654 |
| libs/fsCore/impl/bgfx/debug/fsProfile.h | 28 | 11 | 654 |
| libs/fsCore/impl/cocos2d-x/debug/fsProfile.h | 28 | 11 | 682 |
| libs/fsCore/impl/magnum/debug/fsProfile.h | 28 | 11 | 654 |
| libs/fsCore/impl/raylib/debug/fsProfile.h | 28 | 11 | 654 |
| libs/fsCore/src/fsCFileListEntry.cpp | 28 | 22 | 453 |
| libs/fsTileMap/fsTileMapForward.h | 28 | 13 | 541 |
| libs/tests/unit/fsLogStubs.cpp | 28 | 14 | 582 |
| tests/gui_grammar_golden_corpus/style_shadowing/assets/gui/shadowStyles.txt | 28 | 25 | 723 |
| crates/fission_entities/src/layers/anim/impls/playfirst/keyframe.rs | 27 | 25 | 891 |
| crates/fission_game_gui/src/gui/gui_jigsaw_help_image.rs | 27 | 23 | 780 |
| gameModules/gfCatalogue/src/gfCCatalogueItem.cpp | 27 | 23 | 556 |
| libs/fsAppCore/src/components/transformation/fsCScaleTransformationComponent.cpp | 27 | 20 | 733 |
| libs/fsRenderer/fsITextEntryRenderData.cpp | 27 | 21 | 598 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobLine.cpp | 27 | 20 | 530 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobRenderTextures.cpp | 27 | 19 | 584 |
| crates/fission_entities/src/gui/gui_modal.rs | 26 | 20 | 620 |
| gameModules/gfTimeCore/src/sim/gfCArrivalDirectorSim.cpp | 26 | 21 | 526 |
| libs/fs3d/impl/cocos2d-x/CMakeLists.txt | 26 | 24 | 716 |
| libs/fs3d/impl/raylib/CMakeLists.txt | 26 | 24 | 716 |
| libs/fsPlatform/assets/fsAssetService.h | 26 | 20 | 540 |
| libs/fsRenderer/src/renderJobs/fsCRenderJobTextEntry.cpp | 26 | 17 | 583 |
| azurePipelines/appleProfiles.yml | 25 | 18 | 909 |
| crates/fission_entities/Cargo.toml | 25 | 19 | 544 |
| crates/fission_entities/src/attributes/initialise.rs | 25 | 22 | 495 |
| gameModules/gfCatalogue/src/moreGames/gfCPurchaseActionUrlOpen.cpp | 25 | 17 | 572 |
| gameModules/gfTimeCore/src/gfCTimeUserSavedData.cpp | 25 | 21 | 1,197 |
| libs/fsCore/impl/bgfx/debug/fsCLog.cpp | 25 | 16 | 455 |
| libs/fsCore/impl/magnum/debug/fsCLog.cpp | 25 | 20 | 447 |
| libs/fsCore/impl/raylib/debug/fsCLog.cpp | 25 | 16 | 455 |
| cmake/plugins.cmake | 24 | 17 | 433 |
| crates/fission_entities/src/attributes/clickable.rs | 24 | 19 | 413 |
| crates/fission_game_gui/src/gui/gui_presents.rs | 24 | 19 | 605 |
| gameModules/gfCatalogue/src/wallpaper/gfCPurchaseActionWallpaperApply.cpp | 24 | 17 | 634 |
| gameModules/gfHogCore/fsNHogCoreCommon.cpp | 24 | 22 | 624 |
| libs/fsCore/impl/bgfx/fsCBgfxWindow.h | 24 | 9 | 580 |
| libs/fsCore/src/debug/fsProfile.h | 24 | 9 | 458 |
| libs/fsPlatform/analytics/CMakeLists.txt | 24 | 17 | 531 |
| libs/fsPlatform/license/CMakeLists.txt | 24 | 17 | 527 |
| libs/fsPlatform/social/src/impl/android/fsShareServiceAndroid.h | 24 | 18 | 545 |
| tests/gui_grammar_golden_corpus/coords_override/assets/gui/presents/coords.txt | 24 | 24 | 465 |
| tests/gui_grammar_golden_corpus/coords_override/assets/gui/presents/presents.txt | 24 | 21 | 583 |
| tests/gui_grammar_golden_corpus/style_heavy/expected_tree.txt | 24 | 23 | 613 |
| Cargo.toml | 23 | 16 | 779 |
| crates/fission_entities/src/gui/mod.rs | 23 | 20 | 591 |
| crates/fission_entities/src/layers/hot.rs | 23 | 19 | 754 |
| crates/fission_game_gui/src/gui/gui_jigsaw.rs | 23 | 19 | 602 |
| crates/fission_game_gui/src/gui/mod.rs | 23 | 19 | 477 |
| gameModules/gfCatalogue/src/tunes/gfCPurchaseActionPlayTune.cpp | 23 | 16 | 598 |
| libs/fsAppCore/src/components/fsITutorialEnabledComponent.cpp | 23 | 19 | 569 |
| libs/fsAudio/fsIMusicInstance.cpp | 23 | 19 | 478 |
| libs/fsRenderer/fsIRenderable.cpp | 23 | 18 | 373 |
| libs/fsRenderer/impl/axmol/fsCScene.cpp | 23 | 15 | 335 |
| libs/fsRenderer/impl/cocos2d-x/fsCScene.cpp | 23 | 15 | 354 |
| libs/fs3d/fsN3d.h | 22 | 8 | 402 |
| libs/fs3d/impl/axmol/fsC3dAnimation.cpp | 22 | 16 | 492 |
| libs/fs3d/impl/cocos2d-x/fsC3dAnimation.cpp | 22 | 16 | 516 |
| libs/fs3d/impl/raylib/fsC3dAnimation.cpp | 22 | 16 | 516 |
| libs/fsPlatform/firebase/fsFirebaseService.h | 22 | 17 | 659 |
| libs/fsPlatform/system/impl/scapix/CMakeLists.txt | 22 | 19 | 450 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCSFXKeyFrame.cpp | 22 | 17 | 487 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCSpriteKeyFrame.cpp | 22 | 16 | 430 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCSwapTimelineKeyFrame.cpp | 22 | 16 | 451 |
| .github/workflows/suppressions.txt | 21 | 18 | 577 |
| crates/fission_entities/src/gui/half_brite.rs | 21 | 17 | 672 |
| crates/fission_entities/src/layers/masks.rs | 21 | 16 | 633 |
| crates/fission_game_gui/Cargo.toml | 21 | 14 | 400 |
| gameModules/gfGameCore/src/gfCFirebaseAnalytics.h | 21 | 14 | 617 |
| libs/fsPlatform/ads/src/impl/android/fsAdsServiceAndroid.h | 21 | 17 | 521 |
| libs/fsPlatform/ads/src/impl/ios/fsAdsServiceIos.h | 21 | 17 | 509 |
| libs/fsPlatform/firebase/src/impl/android/fsFirebaseServiceAndroid.h | 21 | 17 | 673 |
| libs/fsPlatform/iap/src/impl/scapix/android/fsCIAP.h | 21 | 11 | 524 |
| tests/gui_grammar_golden_corpus/transgraph/assets/gui/moreGames/transGraphExample.txt | 21 | 18 | 434 |
| gameModules/gfHogCore/fsNHogCoreCommon.h | 20 | 9 | 509 |
| libs/fsCore/impl/bgfx/fsCBgfxWindow.cpp | 20 | 16 | 224 |
| libs/fsPlatform/achievements/src/impl/steam/fsAchievementServiceSteam.h | 20 | 16 | 527 |
| libs/fsRenderer/src/particles/fsCParticleScaleParameter.cpp | 20 | 16 | 456 |
| azurePipelines/loadKeyVaultSecrets.yml | 19 | 16 | 413 |
| libs/fs3d/fsN3d.cpp | 19 | 14 | 340 |
| libs/fsAudio/impl/bgfx/fsCCachedSoundEffect.cpp | 19 | 14 | 365 |
| libs/fsCore/impl/axmol/debug/fsCLog.h | 19 | 7 | 407 |
| libs/fsCore/impl/bgfx/debug/fsCLog.h | 19 | 7 | 407 |
| libs/fsCore/impl/cocos2d-x/debug/fsCLog.h | 19 | 7 | 426 |
| libs/fsCore/impl/magnum/debug/fsCLog.h | 19 | 7 | 407 |
| libs/fsCore/impl/raylib/debug/fsCLog.h | 19 | 7 | 407 |
| libs/fsPlatform/achievements/fsAchievementService.h | 19 | 14 | 437 |
| libs/fsPlatform/achievements/src/impl/android/fsAchievementServiceAndroid.h | 19 | 15 | 502 |
| libs/fsPlatform/assets/src/impl/android/fsAssetServiceAndroid.cpp | 19 | 16 | 343 |
| crates/fission_entities/src/layers/task.rs | 18 | 14 | 580 |
| gameModules/gfGameCore/components/gfCInventorySlotGui.cpp | 18 | 13 | 361 |
| gameModules/gfGameCore/components/gfCTutorialGui.cpp | 18 | 13 | 319 |
| libs/fs3d/impl/axmol/CMakeLists.txt | 18 | 17 | 571 |
| libs/fs3d/impl/axmol/fsC3dRay.cpp | 18 | 14 | 332 |
| libs/fs3d/impl/cocos2d-x/fsC3dRay.cpp | 18 | 14 | 338 |
| libs/fs3d/impl/raylib/fsC3dLight.cpp | 18 | 14 | 234 |
| libs/fsAppCore/src/components/gui/fsIMessageListenerGuiComponent.cpp | 18 | 14 | 448 |
| libs/fsCore/impl/axmol/fsBuildConfig.h | 18 | 8 | 360 |
| libs/fsCore/impl/cocos2d-x/fsBuildConfig.h | 18 | 8 | 378 |
| libs/fsPlatform/social/fsReviewFactory.h | 18 | 6 | 440 |
| libs/fsPlatform/social/fsShareFactory.h | 18 | 6 | 426 |
| libs/fsRenderer/src/animatingSprite/keyFrames/fsCDoNothingKeyFrame.cpp | 18 | 13 | 304 |
| tests/gui_grammar_golden_corpus/coords_override/expected_tree.txt | 18 | 17 | 461 |
| azurePipelines/testReport.yml | 17 | 13 | 456 |
| crates/fission_entities/src/attributes/mod.rs | 17 | 13 | 252 |
| crates/fission_extra/Cargo.toml | 17 | 12 | 399 |
| libs/fs3d/fsC3dCamera.cpp | 17 | 14 | 364 |
| libs/fsAppCore/impl/axmol/CMakeLists.txt | 17 | 16 | 367 |
| libs/fsAppCore/src/components/fsIMessageListenerComponent.cpp | 17 | 14 | 408 |
| libs/fsPlatform/assets/src/impl/android/fsAssetServiceAndroid.h | 17 | 13 | 359 |
| libs/fsPlatform/system/impl/scapix/android/fsCSystem.h | 17 | 7 | 341 |
| libs/fsPlatform/system/impl/scapix/fsCSystem.h | 17 | 7 | 341 |
| libs/fsRenderer/impl/bgfx/fsCScene.cpp | 16 | 11 | 162 |
| libs/fsRenderer/impl/magnum/fsCScene.cpp | 16 | 11 | 162 |
| libs/fsRenderer/impl/raylib/fsCScene.cpp | 16 | 11 | 162 |
| libs/fsRenderer/src/particles/fsCParticleCloudEmitter.cpp | 16 | 13 | 472 |
| gameModules/gfHogCore/Config.cmake.in | 15 | 11 | 347 |
| gameModules/gfTimeCore/Config.cmake.in | 15 | 11 | 344 |
| gameModules/gfTimeCore/src/gfCTimeEntityFactory.cpp | 15 | 11 | 277 |
| libs/fs3d/impl/raylib/fsC3dRay.cpp | 15 | 11 | 166 |
| libs/fsAudio/impl/axmol/CMakeLists.txt | 15 | 12 | 371 |
| libs/fsAudio/impl/bgfx/CMakeLists.txt | 15 | 12 | 371 |
| libs/fsAudio/impl/cocos2d-x/CMakeLists.txt | 15 | 12 | 371 |
| libs/fsAudio/impl/magnum/CMakeLists.txt | 15 | 12 | 371 |
| libs/fsAudio/impl/raylib/CMakeLists.txt | 15 | 12 | 371 |
| libs/fsCore/fsIZipFile.cpp | 15 | 11 | 308 |
| libs/fsCore/src/debug/fsDebugHelpers.h | 15 | 5 | 386 |
| libs/fsPlatform/firebase/fsFirebaseTypes.h | 15 | 11 | 272 |
| tests/gui_grammar_golden_corpus/transgraph/expected_tree.txt | 15 | 14 | 418 |
| crates/fission_entities/src/gui/modal.rs | 14 | 12 | 216 |
| crates/fission_entities/src/layers/mod.rs | 14 | 12 | 281 |
| libs/fsPlatform/iap/fsIapTypes.h | 14 | 11 | 203 |
| libs/fsRenderer/fsIAnimationData.cpp | 14 | 11 | 239 |
| libs/fsRenderer/src/animatingSprite/fsCAnimationTimeline.cpp | 14 | 10 | 214 |
| libs/fsRenderer/src/animatingSprite/fsIKeyFrame.cpp | 14 | 10 | 171 |
| tests/gui_grammar_golden_corpus/negative_missing_brace/assets/gui/malformed.txt | 14 | 12 | 299 |
| cmake/plugins/collision.cmake | 13 | 9 | 383 |
| cmake/vcrt.cmake | 13 | 11 | 401 |
| crates/fission_entities/src/layers/anim/impls/playfirst/timeline.rs | 13 | 11 | 380 |
| crates/fission_entities/src/layers/anim/mod.rs | 13 | 10 | 299 |
| crates/fission_hog/Cargo.toml | 13 | 9 | 260 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/jig_oldManRockCleaning/jig_oldManRockCleaning.txt | 13 | 13 | 347 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/jig_trees/jig_trees.txt | 13 | 13 | 323 |
| cmake/plugins/spriter.cmake | 12 | 8 | 354 |
| cmake/utils/install_with_directory.cmake | 12 | 10 | 423 |
| crates/fission_entities/src/layers/minigames/grids/mod.rs | 12 | 10 | 383 |
| libs/fsCore/impl/bgfx/fsBuildConfig.h | 12 | 3 | 275 |
| libs/fsCore/impl/magnum/fsBuildConfig.h | 12 | 3 | 275 |
| libs/fsCore/impl/raylib/fsBuildConfig.h | 12 | 3 | 275 |
| libs/fsPlatform/assets/src/impl/ios/ODRAssetCopy.h | 12 | 7 | 272 |
| libs/fsPlatform/assets/src/impl/ios/ODRAssetUnpacker.h | 12 | 7 | 274 |
| libs/fsRenderer/fsIRenderJob.cpp | 12 | 9 | 203 |
| tests/gui_grammar_golden_corpus/negative_missing_brace/expected_tree.txt | 12 | 11 | 336 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/runningOrderCE.txt | 12 | 12 | 171 |
| cmake/plugins/3d.cmake | 11 | 7 | 300 |
| crates/fission_entities/src/layers/minigames/mod.rs | 11 | 7 | 164 |
| crates/fission_entities/src/resource_name.rs | 11 | 3 | 325 |
| gameModules/gfHogCore/components/gfCMaskComponent.cpp | 11 | 9 | 340 |
| libs/fsPlatform/achievements/fsAchievementTypes.h | 11 | 8 | 150 |
| libs/fsPlatform/assets/fsAssetTypes.h | 11 | 8 | 124 |
| libs/fsPlatform/system/impl/scapix/fsCSystem.cpp | 11 | 7 | 105 |
| libs/fsRenderer/src/components/fsIRenderableComponent.cpp | 11 | 8 | 194 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/runningOrder.txt | 11 | 11 | 156 |
| libs/fsPlatform/achievements/fsAchievementFactory.h | 10 | 6 | 195 |
| libs/fsPlatform/ads/fsAdsFactory.h | 10 | 6 | 155 |
| libs/fsPlatform/assets/fsAssetFactory.h | 10 | 6 | 165 |
| libs/fsPlatform/firebase/fsFirebaseFactory.h | 10 | 6 | 180 |
| libs/fsPlatform/iap/fsIapFactory.h | 10 | 6 | 187 |
| tests/gui_grammar_golden_corpus/negative_missing_equals/assets/gui/malformed.txt | 10 | 9 | 245 |
| tests/gui_grammar_golden_corpus/style_shadowing/expected_tree.txt | 10 | 9 | 339 |
| doxygen.txt | 9 | 6 | 115 |
| libs/fsAppCore/src/fsCAppMessageDispatcher.cpp | 9 | 7 | 159 |
| libs/fsCore/impl/bgfx/fsCWin32.c | 9 | 6 | 147 |
| libs/fsCore/impl/raylib/fsCWin32.c | 9 | 6 | 147 |
| libs/fsTileMap/fsILayer.cpp | 9 | 6 | 114 |
| tests/gui_grammar_golden_corpus/negative_missing_equals/expected_tree.txt | 9 | 8 | 243 |
| tests/gui_grammar_golden_corpus/simple_leaf/expected_tree.txt | 9 | 8 | 247 |
| crates/fission_entities/src/layers/minigames/word_games/mod.rs | 8 | 5 | 121 |
| libs/fsAppCore/impl/bgfx/CMakeLists.txt | 8 | 6 | 132 |
| libs/fsAppCore/impl/cocos2d-x/CMakeLists.txt | 8 | 6 | 132 |
| libs/fsAppCore/impl/magnum/CMakeLists.txt | 8 | 6 | 132 |
| libs/fsAppCore/impl/raylib/CMakeLists.txt | 8 | 6 | 132 |
| crates/fission_entities/src/attributes/selectable.rs | 7 | 5 | 104 |
| tests/gui_grammar_golden_corpus/simple_leaf/assets/gui/debugWindow/debugMenuGui.txt | 7 | 6 | 83 |
| crates/fission_entities/src/layers/anim/impls/playfirst/mod.rs | 6 | 5 | 78 |
| crates/fission_extra/src/map/mod.rs | 6 | 6 | 98 |
| Config.cmake.in | 5 | 3 | 110 |
| cmake/platform.cmake | 5 | 4 | 100 |
| crates/fission_entities/src/layers/anim/impls/spriter/mod.rs | 5 | 4 | 95 |
| gameModules/gfAchievements/Config.cmake.in | 5 | 3 | 124 |
| gameModules/gfCatalogue/Config.cmake.in | 5 | 3 | 118 |
| gameModules/gfGameCore/Config.cmake.in | 5 | 3 | 116 |
| gameModules/gfMaze/Config.cmake.in | 5 | 3 | 108 |
| gameModules/gfMinigameCore/Config.cmake.in | 5 | 3 | 124 |
| gameModules/gfTileMapCore/Config.cmake.in | 5 | 3 | 122 |
| libs/fsAppCore/Config.cmake.in | 5 | 3 | 114 |
| libs/fsAudio/Config.cmake.in | 5 | 3 | 110 |
| libs/fsCore/Config.cmake.in | 5 | 3 | 108 |
| libs/fsRenderer/Config.cmake.in | 5 | 3 | 116 |
| libs/fsSpriter/Config.cmake.in | 5 | 3 | 114 |
| libs/fsTileMap/Config.cmake.in | 5 | 3 | 114 |
| crates/fission_entities/src/layers/anim/impls/mod.rs | 4 | 3 | 76 |
| crates/fission_entities/src/layers/cutters/mod.rs | 4 | 3 | 80 |
| gameModules/gfHogCore/components/gfCParallaxComponent.h | 4 | 1 | 280 |
| gameModules/gfHogCore/components/gui/gfCOptionsGui.h | 4 | 1 | 273 |
| gameModules/gfHogCore/components/gui/gfIPaywallGui.h | 4 | 1 | 273 |
| gameModules/gfHogCore/src/gfCFirebaseAnalytics.h | 4 | 1 | 273 |
| gameModules/gfHogCore/src/gfCInGameAdsManager.h | 4 | 1 | 272 |
| libs/fsCore/impl/bgfx/fsCWin32.h | 4 | 2 | 57 |
| libs/fsCore/impl/raylib/fsCWin32.h | 4 | 2 | 57 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/jeepInBarn/jeepInBarn.txt | 4 | 4 | 133 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/link1/link1.txt | 4 | 4 | 122 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/link2/link2.txt | 4 | 4 | 122 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/mainGatesRoadUp/mainGatesRoadUp.txt | 4 | 4 | 134 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/rangerBriefing/rangerBriefing.txt | 4 | 4 | 130 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/rangerOffice/rangerOffice.txt | 4 | 4 | 154 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/rot_creekAnimals/rot_creekAnimals.txt | 4 | 4 | 125 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/rot_vetsPoster/rot_vetsPoster.txt | 4 | 4 | 123 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/wrd_knotsAndHitches/wrd_knotsAndHitches.txt | 4 | 4 | 172 |
| crates/fission_entities/src/layers/minigames/match3/mod.rs | 2 | 2 | 38 |
| crates/fission_entities/src/layers/particles/impls/mod.rs | 2 | 1 | 25 |
| gameModules/gfTimeCore/tests/unit/testsMain.cpp | 2 | 2 | 64 |
| libs/tests/unit/testsMain.cpp | 2 | 2 | 64 |
| tests/gui_grammar_golden_corpus/running_order/assets/scenes/end/end.txt | 2 | 2 | 60 |
| tests/gui_grammar_golden_corpus/style_heavy/assets/gui/extraStyles.txt | 2 | 2 | 60 |
| libs/fsCollision/fsCollision.defines.txt | 1 | 1 | 34 |
| libs/fsSpriter/fsSpriter.defines.txt | 1 | 1 | 79 |
| libs/fsTileMap/fsTileMap.defines.txt | 1 | 1 | 32 |