Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2947629
set up ui libs and editor feature, various qol fixes, bug squashing a…
mikelyons Dec 25, 2022
db2596c
updating editor and starting create world start new game screen
mikelyons Jan 12, 2023
98b18da
resizable window, orbital gamestate, remove sublimetext config trash
mikelyons Jan 16, 2023
8b8552a
0.4.7.1
mikelyons Oct 17, 2023
ff95787
0.4.7.1: fix pysics in generated chunk world, re-enabled colissionles…
mikelyons Oct 17, 2023
fc1c1e5
Colissions working on generated need implemented for newphysics_updat…
mikelyons Oct 17, 2023
4448e33
0.4.7.2 - adding many states and assets updating many things and gett…
mikelyons Nov 11, 2023
cf90b26
all the latest sans submodules
mikelyons Jul 27, 2024
35b99f1
update gitignore and run command for mac
mikelyons Jul 28, 2024
0efde9f
update launch scripts to begin the process of building the launcher
mikelyons Jul 30, 2024
7bf1d7c
create beginnings of the installer, HIGHSCORE.lua is BROKEN
mikelyons Jul 30, 2024
761dccc
get game loading properly on mac, known issue with 10.2 not rendering…
mikelyons Jul 30, 2024
d991156
created 11.4 launcher and diagnosed that the problem is indeed m2 chi…
mikelyons Jul 30, 2024
7c87fef
diagnose font size and pre-alpha text in generate, temporary fix for …
mikelyons Jul 30, 2024
338dc16
add coffeebag and dragdrop to kitchen game state, some documentation …
mikelyons Aug 19, 2024
11182da
draggable coffee bag
mikelyons Aug 28, 2024
5ac613a
ignore the love lib in vscode search
mikelyons Sep 15, 2024
5f8a411
some inspo files
mikelyons Sep 15, 2024
e383956
launcher and logging updates and comments
mikelyons Sep 15, 2024
ba26f0c
some ai generated code for trapezoid and adding states and similar
mikelyons Sep 15, 2024
d39564f
some updates for small thigns and comments
mikelyons Sep 24, 2024
f856340
updates preparing for the major overhaul of the generate state, and e…
mikelyons Sep 29, 2024
0573f2d
melting corpse, hand pointer computer, logging updates some inspo, og…
mikelyons Oct 1, 2024
8fe82ef
add a script for creating new states wip inspos and other states and …
mikelyons Feb 9, 2025
b84379e
get tiledzoom and space1 working again, rename template vars for easy…
mikelyons Mar 9, 2025
005ad33
add adventure mode screenshot to README
mikelyons Mar 9, 2025
f8bc6b3
update some comments and add a input debuug logging flag constant to …
mikelyons Mar 29, 2025
e0da962
add driving sim and worldmap states update wire art with wrapping and…
mikelyons Apr 5, 2025
bd939b2
update changelog and version bump
mikelyons Apr 5, 2025
7cf3f0f
fix stickynote module and computer scene so that the note renders and…
mikelyons Apr 6, 2025
c5849ab
exit the terminal if the game is quit
mikelyons Apr 9, 2025
a41bd7a
update menu to remove cruft display FPS and single-key for shortcuts
mikelyons Apr 10, 2025
c102fff
big batch of WiP random things as a goof
mikelyons May 4, 2025
53fa608
vape status on v key
mikelyons May 21, 2025
de6b194
Ai update audit fix
dijama Jul 22, 2025
3224fc1
last macbook before ai
mikelyons Jul 30, 2025
5f4c2cf
Merge branch 'features/editor-470' into ai_audit
mikelyons Jul 30, 2025
a3e0971
Merge pull request #10 from dijama/ai_audit
mikelyons Jul 30, 2025
ef60bc4
dinner state proto and docs and launcher updates
mikelyons Aug 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Love2D specific
*.tiled-session
*.love

# Build artifacts
build/
dist/
*.exe
*.app
*.dmg

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# Temporary files
*.tmp
*.temp
*.log
*.bak

# Development files
debug_output/
profiling_reports/
*.profile

# Asset source files (if you want to exclude them)
# *.psd
# *.ai
# *.sketch

# Backup files
*.backup
*.old

# Windows specific
*.lnk
desktop.ini

# Mac specific
.AppleDouble
.LSOverride
7 changes: 6 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
// this was meant to work with: https://sheepolution.com/learn/book/bonus/vscode

// -- love2d debug (NOT WORKING)
// -- https://sheepolution.com/learn/book/bonus/vscode
"version": "0.2.0",
"configurations": [
{
"name": "Debug LÖVE game",
"type": "lua-local",
"request": "launch",
"program": {
"command": "C:\\Users\\Mike\\Dev\\invadors\\i1\\lib\\love\\11.3\\love.exe"
// "command": "C:\\Users\\Mike\\Dev\\invadors\\i1\\lib\\love\\11.3\\love.exe"
// "command": "C:\\Users\\Mike\\Dev\\invadors\\i1\\lib\\love\\10.2\\love.exe"
"command": "%CD%/../lib/love"
},
"args": [
".",
Expand Down
39 changes: 30 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
{
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.version": "Lua 5.4",
"Lua.workspace.library": [
"${3rd}/love2d/library"
],
"Lua.workspace.checkThirdParty": false,
"audioCues.lineHasBreakpoint": "on",
"audioCues.lineHasError": "on",
"audioCues.lineHasFoldedArea": "on",
"audioCues.lineHasInlineSuggestion": "on",
"audioCues.lineHasWarning": "on",
"audioCues.noInlayHints": "on",
"audioCues.onDebugBreak": "on",
"lua.targetVersion": "5.3"
"search.exclude": {
"**/.git": true,
"lib/love": true,
// "**/node_modules": true,
// "**/bower_components": true,
"**/tmp": true
},
"lua.targetVersion": "5.3",
"accessibility.signals.lineHasError": {
"sound": "on"
},
"accessibility.signals.lineHasWarning": {
"sound": "on"
},
"accessibility.signals.lineHasFoldedArea": {
"sound": "on"
},
"accessibility.signals.lineHasBreakpoint": {
"sound": "on"
},
"accessibility.signals.lineHasInlineSuggestion": {
"sound": "on"
},
"accessibility.signals.onDebugBreak": {
"sound": "on"
},
"accessibility.signals.noInlayHints": {
"sound": "on"
}
}
Loading