aboutsummaryrefslogtreecommitdiff
path: root/main.lua
Commit message (Collapse)AuthorAge
* Added pause menu when you press Escape1029chris2016-06-24
|
* Code to scale tentacles for different monitor sizes1029chris2016-06-20
|
* Fixed loading crash when clicking1029chris2016-06-14
|
* Fixed weird glitchesChris B2016-06-10
|
* Finished video player1029chris2016-06-10
|
* Changed some variables1029chris2016-06-09
| | | | | sys.width and sys.height removed love.graphics.getHeight changed to sys.h, same with width
* Finished Music player, added new songs1029chris2016-06-06
| | | | | | | Music player buttons work Music player has bouncing green bars Music player shows actual title of song New songs that can be played
* Added music player1029chris2016-06-03
| | | | | Added song for music player to play Added button assets for play/pause/stop/back
* Added file for new windows1029chris2016-06-02
|
* Work in progress screen resolution settings1029chris2016-05-31
|
* mouse code tweak1029chris2016-05-30
| | | | moved some code from mouse.released to mouse.pressed
* Folders can now be opened in the files browser1029chris2016-05-19
| | | | other tweaks
* Some tweaks1029chris2016-05-18
|
* Added BSOD screen1029chris2016-05-03
|
* Implimented new loading system1029chris2016-05-03
| | | | webpages now load
* Added timer, adding loading system1029chris2016-05-03
|
* Added difficulty settings1029chris2016-05-01
|
* Added more to the fight1029chris2016-04-30
| | | | | | | ship explodes at 20 health fight stops at 0 health other fixes refresh rate adjustments
* Starting the virus fight1029chris2016-04-29
| | | | | | changed some dialogue so virus explains lasers all turrets can now fire green lasers reduce antivirus charge
* Virus gets annoyed when you don't shoot him1029chris2016-04-24
| | | | Fixed chat bubble glitch where previous text would flash in the bubble
* Added more dialogue for virus after antivirus appears1029chris2016-04-21
| | | | i did this using a timer that makes the messages progress
* Moved notification code to panel.lua1029chris2016-04-20
| | | | deleted notification.lua
* Added timer for messages1029chris2016-04-20
| | | | | Now they appear on their own. Start menu no longer activates messages
* Virus now moves smoothly1029chris2016-04-20
| | | | Also added global time variable
* Fixed crash after messages ran out1029chris2016-04-14
|
* Fixed font issue (or created one, we'll see)1029chris2016-04-14
|
* Giving the virus dialogue1029chris2016-04-14
|
* Added separate dialogue.lua file1029chris2016-04-13
| | | | | Also, added more dialogue for Besr Friend Started adding some for the Virus.
* Visual changes (new fonts, lines are more solid)1029chris2016-04-13
|
* Replaced virus1 variable with v11029chris2016-03-29
|
* Started working on Virus 1 fight.1029chris2016-03-17
|
* Added webpages freedownloads, error, and homepage.Chris B2016-03-16
|
* Added desktop icons that launch applications1029chris2016-03-10
|
* Added more to chatting (multiple messages, appearance)1029chris2016-03-10
|
* Added Notifications1029chris2016-03-08
|
* Changed X/Min button from canvas to function1029chris2016-03-04
|
* Redesigned many things, added color variables, added elements.luaChris B2016-02-27
| | | | It looks closer to Windows 98 now.
* Removed unnecessary code1029chris2016-02-25
|
* Set windowed resolution from 800/600 to 1280/7201029chris2016-02-25
|
* Fixed stupid mistake1029chris2016-02-25
|
* Moved assets to assets.lua1029chris2016-02-25
|
* Added loading scene1029chris2016-02-23
|
* Added scene system, moved scene 1 to system.luaChris B2016-02-22
|
* Added sys.w and sys.h for the games window width and heightChris B2016-02-20
|
* Set default wallpaper to nothing at allChris B2016-02-20
|
* Allowed game to be any resolution and still workChris B2016-02-20
|
* Added fullscreen support1029chris2016-02-18
| | | | F4 to fullscreen, F5 to go back to windowed.
* Added code to test hoveringChris B2016-02-16
|
* Added support for more layers1029chris2016-02-16
|
* Added text to observe layer numbers1029chris2016-02-16
|