1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-01 15:35:47 +00:00
Aquaria/Aquaria
fgenesis 3dda97d32a Hopefully fix build against SDL 1.2. Does not yet run!
Also: Recently introduced key names in usersettings.xml will no longer work.
But this should automatically detect key names as they used to be,
and convert automatically. Needs testing.
2017-02-15 04:41:52 +01:00
..
AnimationEditor.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
AnimationEditor.h Thou shall not break the build (+ more warning fixes) 2017-01-19 21:48:47 +01:00
Aquaria.ico initial commit. This is icculus version 5542b94cae02a6333845854bbbd1abe0a259f1a4 2011-08-03 22:05:33 +02:00
aquaria.rc Remove another unnecessary file 2016-05-05 20:36:10 +02:00
AquariaComboBox.cpp Fix some warnings 2017-01-20 19:10:40 +01:00
AquariaCompileConfig.h Fix some warnings 2017-01-20 19:10:40 +01:00
AquariaMenuItem.cpp Put tinyxml2 in subdir so that system header is respected 2017-02-10 10:01:24 +00:00
AquariaMenuItem.h Fix some warnings 2017-01-20 19:10:40 +01:00
AquariaProgressBar.cpp Fix some warnings 2017-01-20 19:10:40 +01:00
AquariaProgressBar.h Fix some warnings 2017-01-20 19:10:40 +01:00
AquariaSaveSlot.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
AquariaWin32OSE.ico Get rid of AQUARIA_FULL define and move the setting to usersettings.xml. Some changes regarding AQUARIA_DEMO. 2013-07-20 02:27:53 +02:00
AStar.h Remove commented-out code 2016-05-05 19:57:50 +02:00
AutoMap.cpp Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
Avatar.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Avatar.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
Beam.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Beam.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
BitBlotLogo.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
CollideEntity.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
CollideEntity.h Remove commented-out code 2016-05-05 19:57:50 +02:00
Continuity.cpp Put tinyxml2 in subdir so that system header is respected 2017-02-10 10:01:24 +00:00
Continuity.h Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
Credits.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
CurrentRender.cpp Tiny header cleanup 2016-07-19 02:59:30 +02:00
custom-fields.h initial commit. This is icculus version 5542b94cae02a6333845854bbbd1abe0a259f1a4 2011-08-03 22:05:33 +02:00
Damage.h Fix some warnings 2017-01-20 19:10:40 +01:00
Demo.cpp Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
DSQ.cpp Hopefully fix build against SDL 1.2. Does not yet run! 2017-02-15 04:41:52 +01:00
DSQ.h Fix some warnings 2017-01-20 19:10:40 +01:00
Element.cpp Revert ~0 to -1 2017-01-14 19:22:37 +01:00
Element.h Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
Elements.h Remove commented-out code 2016-05-05 19:57:50 +02:00
Emote.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
Entity.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Entity.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
ExternalGUI.h initial commit. This is icculus version 5542b94cae02a6333845854bbbd1abe0a259f1a4 2011-08-03 22:05:33 +02:00
FlockEntity.cpp Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
FlockEntity.h Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
Game.cpp Remove entity myTimer and related Lua functions. Fix warnings for now unsigned Entity::layer 2017-01-20 20:54:17 +01:00
Game.h Remove some unnecessary includes of glpng 2017-02-15 00:56:00 +01:00
GameEnums.h Fix some warnings 2017-01-20 19:10:40 +01:00
GameplayVariables.cpp Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
GameStructs.cpp More signed/unsigned comparison fixes. int -> size_t. 2017-01-19 18:50:33 +01:00
GameStructs.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
GasCloud.cpp Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
GasCloud.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
GridRender.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
GridRender.h Preparations to get rid of DSQ::inputMode -- Pass device to action() methods. 2017-01-14 22:53:20 +01:00
Hair.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
Hair.h Add some Lua functions, changes to hair. 2013-10-19 17:30:42 +02:00
InGameMenu.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
InGameMenu.h More signed/unsigned comparison fixes. int -> size_t. 2017-01-19 18:50:33 +01:00
Ingredient.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Ingredient.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
Intro.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Intro.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
Logo.cpp Remove commented-out code 2016-05-05 19:57:50 +02:00
Logo.h Merge pull request #41 2017-01-12 22:14:26 +01:00
Main.cpp Merge branch 'experimental' into controllerfixup 2017-01-13 12:19:23 +01:00
ManaBall.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
ManaBall.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
MiniMapRender.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Mod.cpp Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
Mod.h Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
ModDownloader.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
ModDownloader.h [vfs, #3] All file reading code goes through the VFS now, new mod downloader & mod selector in place. Also a bunch of other stuff. (...) 2012-06-01 17:52:19 +02:00
ModSelector.cpp Put tinyxml2 in subdir so that system header is respected 2017-02-10 10:01:24 +00:00
ModSelector.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
Network.cpp update libogg, libvorbis, minihttp + enable /MP for vs2008 debug builds. 2017-01-13 13:09:16 +01:00
Network.h Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
NotEntities.h initial commit. This is icculus version 5542b94cae02a6333845854bbbd1abe0a259f1a4 2011-08-03 22:05:33 +02:00
ParticleEditor.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Path.cpp Add entity_v(), node_v() Lua functions 2017-02-05 21:08:01 +01:00
Path.h Add entity_v(), node_v() Lua functions 2017-02-05 21:08:01 +01:00
PathFinding.cpp Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
PathFinding.h Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
PathRender.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
RecipeMenuEntry.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
RecipeMenuEntry.h Huge Game.cpp refactor and various other things 2016-06-30 02:58:55 +02:00
SceneEditor.cpp Remove some unnecessary includes of glpng 2017-02-15 00:56:00 +01:00
SceneEditor.h Remove some unnecessary includes of glpng 2017-02-15 00:56:00 +01:00
SchoolFish.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
SchoolFish.h Remove commented-out code 2016-05-05 19:57:50 +02:00
ScriptedEntity.cpp Add entity_v(), node_v() Lua functions 2017-02-05 21:08:01 +01:00
ScriptedEntity.h Add entity_v(), node_v() Lua functions 2017-02-05 21:08:01 +01:00
ScriptInterface.cpp Very tiny cosmetic change 2017-02-15 00:27:07 +01:00
ScriptInterface.h Add entity_v(), node_v() Lua functions 2017-02-05 21:08:01 +01:00
Segmented.cpp Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
Segmented.h Fix some warnings 2017-01-20 19:10:40 +01:00
SFXLoops.cpp Remove commented-out code 2016-05-05 19:57:50 +02:00
Shot.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Shot.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
Spore.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Spore.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
States.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
States.h Get rid of a lot of gcc warnings 2017-01-14 18:10:20 +01:00
StatsAndAchievements.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
StatsAndAchievements.h Replace spaces with tabs (future self: i'm sorry) 2017-01-12 22:51:46 +01:00
SteamRender.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
Strand.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
StringBank.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
StringBank.h Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
SubtitlePlayer.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
SubtitlePlayer.h More signed/unsigned comparison fixes. int -> size_t. 2017-01-19 18:50:33 +01:00
TileVector.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
ToolTip.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
ToolTip.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
UserSettings.cpp More signed/unsigned comparison fixes. int -> size_t. 2017-01-19 18:50:33 +01:00
UserSettings.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
WaterSurfaceRender.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
WaterSurfaceRender.h Replace #pragma once with #ifndef/#define pairs (to avoid warnings on gcc 2.95) 2012-09-23 04:51:13 +02:00
Web.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
Web.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
WorldMap.h Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00
WorldMapRender.cpp Re-enable double->float cast warning and fix all instances where this fired 2017-01-19 23:31:56 +01:00
WorldMapTiles.cpp Merge branch 'gccwarn' into controllerfixup 2017-01-17 11:15:47 +01:00