Free and Open Source real time strategy game with a new take on micro-management

Difference between revisions of "File Hierarchy"

From Globulation2

Jump to: navigation, search
 
Line 2: Line 2:


'''glob2'''
'''glob2'''
* '''campaigns''' (campaigns)
* '''data'''
* '''data'''
** '''fonts''' (fonts)
** '''fonts''' (fonts)
Line 14: Line 15:
** texts.keys.txt (list of translated strings)
** texts.keys.txt (list of translated strings)
** texts.L.txt (translation in language L, must be referenced by texts.list.txt)
** texts.L.txt (translation in language L, must be referenced by texts.list.txt)
* '''campaigns''' (campaign)
* '''debian''' (debian related packaging stuff)
* '''maps''' (maps for custom and multiplayer games)
* '''doc''' (some old documentation in texthttp://globulation2.org/wiki/index.php?title=File_Hierarchy&action=submit files)
* '''doc''' (some old documentation in texthttp://globulation2.org/wiki/index.php?title=File_Hierarchy&action=submit files)
* '''libgag''' (libgag graphic and backend library)
* '''gnupg''' (hashing code from gnupg)
* '''gnupg''' (hashing code from gnupg)
* '''src''' (glob2's source code)
* '''libgag''' (libgag graphic and backend library)
* '''metaserver''' (YOG metaserver source code)
* '''testing''' (some code for testing purprose)
* '''tools''' (some utilities programs source code)
* '''libusl''' (scripting test related stuff)
* '''libusl''' (scripting test related stuff)
* '''libwee''' (scripting test related stuff)
* '''libwee''' (scripting test related stuff)
* '''maps''' (maps for custom and multiplayer games)
* '''Resources''', '''glob2.pbproj''' and Info-Globulation2.plist (OS X related packaging stuff)
* '''scripts''' (any scripts that add functionality to maps)
* '''autopackage''' (autopackage related packaging stuff)
* '''debian''' (debian related packaging stuff)
* '''src''' (glob2's source code)
* '''tools''' (some utilities programs source code)
* mkwin32.bat, glob2.sln and glob2.vcproj (Win32 related packaging stuff)
* configure.in and Makefile.am in all subdirectories (auto* related packaging stuff)
* '''windows''' (windows related packaging stuff)
* linuxstaticrelease-local.sh (Linux static binary related packaging stuff)
* Doxyfile (configuratoin file for autodoc generation)
* .cvsignore in all subdirectories (file that CVS should not try to update)
* AUTHORS (list of developers and all contributors)
* AUTHORS (list of developers and all contributors)
* syncdata and syncmaps (get updated content of data and maps directory)
* mkdata and mkmaps (upload new content of data and maps directory, ask [[User:nct|nct]] for details)
* TODO, DONE and TODO.Eli (old developer's own progress check, use Wiki now)
* README.cvs and bootstrap (read the first and execute the second if you want to compile glob2 from CVS)
* README and INSTALL (to read)
* COPYING (GPL)
* COPYING (GPL)
* Doxyfile (configuratoin file for autodoc generation)
* Changelog and NEWS (GNU auto* unused files)
* README and INSTALL (to read)
* README.hg (read the first and execute the second if you want to compile glob2 from CVS)
* SConstruct (scons contruct file, SConscript found in most other directories)
* TODO (old developer's own progress check, use Wiki now)
* install and uninstall (scripts for installing and uninstalling Globulation from someones Linux computer)
* mkdist (script for producing a tar.gz for new version releases)
* mkdata and mkmaps (upload new content of data and maps directory, ask [[User:nct|nct]] for details)
* syncdata and syncmaps (get updated content of data and maps directory)




[[Category:Developer Resources]]
[[Category:Developer Resources]]

Latest revision as of 07:13, 29 July 2007

directories are in bold:

glob2

  • campaigns (campaigns)
  • data
    • fonts (fonts)
    • gfx (graphics file: sprites, non map-edit gui elements, ...)
    • gui (map-edit gui elements)
    • zik (music)
    • icons (game icons)
    • units.txt (units descriptions)
    • buildings.txt (buildings descriptions)
    • ressources.txt (ressources descriptions)
    • texts.list.txt (list of language file)
    • texts.keys.txt (list of translated strings)
    • texts.L.txt (translation in language L, must be referenced by texts.list.txt)
  • debian (debian related packaging stuff)
  • doc (some old documentation in texthttp://globulation2.org/wiki/index.php?title=File_Hierarchy&action=submit files)
  • gnupg (hashing code from gnupg)
  • libgag (libgag graphic and backend library)
  • libusl (scripting test related stuff)
  • libwee (scripting test related stuff)
  • maps (maps for custom and multiplayer games)
  • scripts (any scripts that add functionality to maps)
  • src (glob2's source code)
  • tools (some utilities programs source code)
  • windows (windows related packaging stuff)
  • AUTHORS (list of developers and all contributors)
  • COPYING (GPL)
  • Doxyfile (configuratoin file for autodoc generation)
  • README and INSTALL (to read)
  • README.hg (read the first and execute the second if you want to compile glob2 from CVS)
  • SConstruct (scons contruct file, SConscript found in most other directories)
  • TODO (old developer's own progress check, use Wiki now)
  • install and uninstall (scripts for installing and uninstalling Globulation from someones Linux computer)
  • mkdist (script for producing a tar.gz for new version releases)
  • mkdata and mkmaps (upload new content of data and maps directory, ask nct for details)
  • syncdata and syncmaps (get updated content of data and maps directory)
Misc