├── Audio.cpp ├── Audio.h ├── Audio_DLL.cpp ├── C2_Ice.MAK ├── C2_Ice.dsp ├── C2_Ice.dsw ├── C2_Ice.opt ├── C2_Ice.plg ├── Characters.cpp ├── Game.cpp ├── Hunt.h ├── Hunt2.cpp ├── IceAge.eal ├── Interface.cpp ├── Loading.cpp ├── Render3DFX.cpp ├── RenderSoft.cpp ├── Resources.cpp ├── a.bat ├── action.ico ├── mathematics.cpp ├── renderasm.cpp ├── renderd3d.cpp ├── resource.h ├── resource.rc ├── trophy00.sav ├── trophy01.sav ├── v_3dfx.ren ├── v_d3d.ren └── v_soft.ren /Audio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Audio.cpp -------------------------------------------------------------------------------- /Audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Audio.h -------------------------------------------------------------------------------- /Audio_DLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Audio_DLL.cpp -------------------------------------------------------------------------------- /C2_Ice.MAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/C2_Ice.MAK -------------------------------------------------------------------------------- /C2_Ice.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/C2_Ice.dsp -------------------------------------------------------------------------------- /C2_Ice.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/C2_Ice.dsw -------------------------------------------------------------------------------- /C2_Ice.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/C2_Ice.opt -------------------------------------------------------------------------------- /C2_Ice.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/C2_Ice.plg -------------------------------------------------------------------------------- /Characters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Characters.cpp -------------------------------------------------------------------------------- /Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Game.cpp -------------------------------------------------------------------------------- /Hunt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Hunt.h -------------------------------------------------------------------------------- /Hunt2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Hunt2.cpp -------------------------------------------------------------------------------- /IceAge.eal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/IceAge.eal -------------------------------------------------------------------------------- /Interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Interface.cpp -------------------------------------------------------------------------------- /Loading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Loading.cpp -------------------------------------------------------------------------------- /Render3DFX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Render3DFX.cpp -------------------------------------------------------------------------------- /RenderSoft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/RenderSoft.cpp -------------------------------------------------------------------------------- /Resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/Resources.cpp -------------------------------------------------------------------------------- /a.bat: -------------------------------------------------------------------------------- 1 | v_d3d.exe prj=HUNTDAT\AREAS\area1 x=600 y=800 dtm=1 wep=31 -radar -------------------------------------------------------------------------------- /action.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/action.ico -------------------------------------------------------------------------------- /mathematics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/mathematics.cpp -------------------------------------------------------------------------------- /renderasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/renderasm.cpp -------------------------------------------------------------------------------- /renderd3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/renderd3d.cpp -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/resource.h -------------------------------------------------------------------------------- /resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/resource.rc -------------------------------------------------------------------------------- /trophy00.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/trophy00.sav -------------------------------------------------------------------------------- /trophy01.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/trophy01.sav -------------------------------------------------------------------------------- /v_3dfx.ren: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/v_3dfx.ren -------------------------------------------------------------------------------- /v_d3d.ren: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/v_d3d.ren -------------------------------------------------------------------------------- /v_soft.ren: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/historicalsource/carnivoresiceage/HEAD/v_soft.ren --------------------------------------------------------------------------------