Sin descripción

Kenneth van Ewijk ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
.idea 7d13269480 Refactor johan branch for compiling with g++ hace 9 años
WAVE d5406120c6 Enemy speelt cow! hace 9 años
freeglut 77ac841b8b Project init hace 9 años
models ad30824057 Added Rock world. Updated others hace 9 años
openAL b53bcac528 OpenAL Test hace 9 años
skyboxes 69561794d8 Reimplemented into newer develop version hace 9 años
worlds f93c09a999 rock heeft muziek hace 9 años
.gitignore d032021cde Added objects hace 9 años
Button.cpp 98f3645b6b menu pauses game, able to resume the game. exit game by pause menu hace 9 años
Button.h 7758f2c294 able to give button a funtion pointer, who will be called when clicked on the button hace 9 años
CMakeLists.txt 030a136e8b Working version for linux hace 9 años
Crystal.cpp 912a2234a3 crystals will be displayed, when not get with darker icons, when picked up crystals get colors hace 9 años
Crystal.h 912a2234a3 crystals will be displayed, when not get with darker icons, when picked up crystals get colors hace 9 años
Crystal.sln 908786897f Added world loading and other various improvements hace 9 años
CrystalPoint.cpp 98f3645b6b menu pauses game, able to resume the game. exit game by pause menu hace 9 años
CrystalPoint.h 98f3645b6b menu pauses game, able to resume the game. exit game by pause menu hace 9 años
CrystalPoint.vcxproj ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
CrystalPoint.vcxproj.filters ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
Cursor.cpp ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
Cursor.h 2e50d11e07 able to click with cursor, button detect clicking event hace 9 años
Enemy.cpp d5406120c6 Enemy speelt cow! hace 9 años
Enemy.h d5406120c6 Enemy speelt cow! hace 9 años
Entity.cpp 95ab1879b4 Merge branch 'developer' into enemy hace 9 años
Entity.h 9cfaf07eba optimiasted crystal, entity now has a collide methode, which will be called when an entity collison has with the player. hace 9 años
HeightMap.cpp 030a136e8b Working version for linux hace 9 años
HeightMap.h a4373adc25 Fix image direction / load from JSON hace 9 años
Interface.cpp ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
Interface.h 912a2234a3 crystals will be displayed, when not get with darker icons, when picked up crystals get colors hace 9 años
LevelObject.cpp 95ab1879b4 Merge branch 'developer' into enemy hace 9 años
LevelObject.h d01efecb0e enemy comes to you when in his radius hace 9 años
Main.cpp e081373a45 Merge branch 'developer' into feature/Menu hace 9 años
Main.h 7c4ee37867 Johan is love, Johan is life hace 9 años
Menu.cpp 98f3645b6b menu pauses game, able to resume the game. exit game by pause menu hace 9 años
Menu.h ced3ff4462 Attempt implement menu (unresolved symbol error) hace 9 años
MenuElement.cpp ced3ff4462 Attempt implement menu (unresolved symbol error) hace 9 años
MenuElement.h 6cf9437620 button is draw by menu hace 9 años
Model.cpp ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
Model.h 84fcc346a9 Implement optimised array rendering hace 9 años
Player.cpp 881b58138c crystal displayed on interface, with fancy gradient and the most beautifull colors for the crystal :) hace 9 años
Player.h 881b58138c crystal displayed on interface, with fancy gradient and the most beautifull colors for the crystal :) hace 9 años
Portal.cpp 0ca94aef4d when collected all crystals it is possible to move to the next level, by stepping in the portal hace 9 años
Portal.h 0ca94aef4d when collected all crystals it is possible to move to the next level, by stepping in the portal hace 9 años
ReadMe.txt 908786897f Added world loading and other various improvements hace 9 años
Skybox.cpp e081373a45 Merge branch 'developer' into feature/Menu hace 9 años
Skybox.h e081373a45 Merge branch 'developer' into feature/Menu hace 9 años
Sound.cpp 8cf1b02cf7 Merge branch 'developer' into feature/werkendewav hace 9 años
Sound.h 8cf1b02cf7 Merge branch 'developer' into feature/werkendewav hace 9 años
SoundSystem.cpp 030a136e8b Working version for linux hace 9 años
SoundSystem.h 030a136e8b Working version for linux hace 9 años
Text.cpp 8dcee70324 button, text is placed in middle of button, plane is placed behind text hace 9 años
Text.h 8dcee70324 button, text is placed in middle of button, plane is placed behind text hace 9 años
Util.cpp 8dcee70324 button, text is placed in middle of button, plane is placed behind text hace 9 años
Util.h 8dcee70324 button, text is placed in middle of button, plane is placed behind text hace 9 años
Vector.cpp 4c613b606a Implemented getHeight hace 9 años
Vector.h 4c613b606a Implemented getHeight hace 9 años
Vertex.cpp 030a136e8b Working version for linux hace 9 años
Vertex.h 030a136e8b Working version for linux hace 9 años
World.cpp ce2f658b61 Merge branch 'developer' into feature/Menu hace 9 años
World.h dba9c581b1 world aangepast hace 9 años
WorldHandler.cpp 71801a30f2 player crystals refresh hace 9 años
WorldHandler.h 2b0e22d4c9 Added height at location hace 9 años
freeglut.dll 77ac841b8b Project init hace 9 años
json.cpp 7d13269480 Refactor johan branch for compiling with g++ hace 9 años
json.h 7d13269480 Refactor johan branch for compiling with g++ hace 9 años
stb_image.h 77ac841b8b Project init hace 9 años

ReadMe.txt

========================================================================
CONSOLE APPLICATION : CrystalPoint Project Overview
========================================================================

AppWizard has created this CrystalPoint application for you.

This file contains a summary of what you will find in each of the files that
make up your CrystalPoint application.


CrystalPoint.vcxproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.

CrystalPoint.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).

CrystalPoint.cpp
This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named CrystalPoint.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////