SYMBOL INDEX (1088 symbols across 112 files) FILE: desktop_version/VVVVVV-android/app/src/main/java/com/distractionware/vvvvvv/BaseDirProvider.java class BaseDirProvider (line 14) | public class BaseDirProvider extends FileSystemProvider { method onCreate (line 30) | @Override method queryRoots (line 37) | @Override method buildNotificationUri (line 51) | @Override method resolveRootProjection (line 56) | private static String[] resolveRootProjection(String[] projection) { method resolveDocumentProjection (line 60) | private static String[] resolveDocumentProjection(String[] projection) { method getDocIdForFile (line 64) | @Override method getFileForDocId (line 69) | @Override FILE: desktop_version/VVVVVV-android/app/src/main/java/com/distractionware/vvvvvv/FileSystemProvider.java class FileSystemProvider (line 73) | public abstract class FileSystemProvider extends DocumentsProvider { method joinNewline (line 85) | private static String joinNewline(String... args) { method getFileForDocId (line 95) | protected abstract File getFileForDocId(String docId, boolean visible) method getDocIdForFile (line 98) | protected abstract String getDocIdForFile(File file) throws FileNotFou... method buildNotificationUri (line 100) | protected abstract Uri buildNotificationUri(String docId); method onDocIdChanged (line 106) | protected void onDocIdChanged(String docId) { method onDocIdDeleted (line 114) | protected void onDocIdDeleted(String docId) { method onCreate (line 118) | @Override method onCreate (line 124) | protected void onCreate(String[] defaultProjection) { method contains (line 129) | private static boolean contains(String dirPath, String filePath) { method contains (line 139) | private static boolean contains(File dir, File file) { method isChildDocument (line 144) | @Override method findDocumentPath (line 156) | protected final List findDocumentPath(File parent, File doc) method isValidFatFilenameChar (line 177) | private static boolean isValidFatFilenameChar(char c) { method buildValidFatFilename (line 198) | private static String buildValidFatFilename(String name) { method trimFilename (line 217) | private static String trimFilename(String str, int maxBytes) { method trimFilename (line 223) | private static void trimFilename(StringBuilder res, int maxBytes) { method buildFile (line 235) | private static File buildFile(File parent, String name, String ext) { method buildUniqueFileWithExtension (line 243) | private static File buildUniqueFileWithExtension(File parent, String n... method splitFileName (line 257) | private static String[] splitFileName(String mimeType, String displayN... method buildUniqueFile (line 300) | private static File buildUniqueFile(File parent, String mimeType, Stri... method createDocument (line 306) | @Override method buildUniqueFile (line 339) | private static File buildUniqueFile(File parent, String displayName) method renameDocument (line 355) | @Override method moveDocument (line 385) | @Override method updateMediaStore (line 410) | private static void updateMediaStore(@NotNull Context context, File fi... method deleteContents (line 426) | private static boolean deleteContents(File dir) { method deleteDocument (line 443) | @Override method queryDocument (line 463) | @Override method queryChildDocumentsShowAll (line 491) | protected Cursor queryChildDocumentsShowAll( method queryChildDocuments (line 497) | @Override method listFilesOrEmpty (line 505) | private static @NotNull File[] listFilesOrEmpty(@Nullable File dir) { method queryChildDocuments (line 518) | private Cursor queryChildDocuments( method getHandledQueryArguments (line 542) | private static String[] getHandledQueryArguments(Bundle queryArgs) { method querySearchDocuments (line 580) | protected final Cursor querySearchDocuments( method getDocumentType (line 610) | @Override method getDocumentType (line 615) | private String getDocumentType(final String documentId, final File file) method openDocument (line 632) | @Override method matchSearchQueryArguments (line 656) | public static boolean matchSearchQueryArguments(Bundle queryArgs, Stri... method matchSearchQueryArguments (line 696) | private boolean matchSearchQueryArguments(File file, Bundle queryArgs) { method scanFile (line 718) | private void scanFile(File visibleFile) { method openImageThumbnail (line 724) | private static AssetFileDescriptor openImageThumbnail(File file) throw... method openDocumentThumbnail (line 755) | @Override method includeFile (line 763) | protected RowBuilder includeFile(final MatrixCursor result, String doc... method shouldHide (line 827) | protected boolean shouldHide(@NotNull File file) { method shouldShow (line 831) | private boolean shouldShow(@NotNull File file) { method typeSupportsMetadata (line 835) | protected boolean typeSupportsMetadata(String mimeType) { method getFileForDocId (line 839) | protected final File getFileForDocId(String docId) throws FileNotFound... method resolveProjection (line 843) | private String[] resolveProjection(String[] projection) { method startObserving (line 847) | private void startObserving(File file, Uri notifyUri, DirectoryCursor ... method stopObserving (line 862) | private void stopObserving(File file, DirectoryCursor cursor) { class DirectoryObserver (line 877) | private static class DirectoryObserver extends FileObserver { method DirectoryObserver (line 886) | DirectoryObserver(File file, ContentResolver resolver, Uri notifyUri) { method onEvent (line 894) | @Override method toString (line 905) | @Override class DirectoryCursor (line 912) | private class DirectoryCursor extends MatrixCursor { method DirectoryCursor (line 915) | public DirectoryCursor(String[] columnNames, String docId, File file) { method notifyChanged (line 926) | public void notifyChanged() { method close (line 930) | @Override FILE: desktop_version/VVVVVV-android/app/src/main/java/com/distractionware/vvvvvv/VVVVVV.java class VVVVVV (line 5) | public class VVVVVV extends SDLActivity { method getLibraries (line 6) | @Override method getArguments (line 14) | @Override FILE: desktop_version/src/ActionSets.h type ActionSet (line 24) | typedef enum type Action_Menu (line 46) | typedef enum type Action_InGame (line 52) | typedef enum type Action (line 75) | typedef union FILE: desktop_version/src/BinaryBlob.h type resourceheader (line 28) | struct resourceheader function class (line 36) | class binaryBlob FILE: desktop_version/src/BlockV.h function class (line 8) | class blockclass FILE: desktop_version/src/ButtonGlyphs.cpp function BUTTONGLYPHS_init (line 161) | void BUTTONGLYPHS_init(void) function BUTTONGLYPHS_keyboard_is_available (line 170) | bool BUTTONGLYPHS_keyboard_is_available(void) function BUTTONGLYPHS_keyboard_is_active (line 188) | bool BUTTONGLYPHS_keyboard_is_active(void) function BUTTONGLYPHS_keyboard_set_active (line 195) | void BUTTONGLYPHS_keyboard_set_active(bool active) function BUTTONGLYPHS_update_layout (line 200) | void BUTTONGLYPHS_update_layout(SDL_GameController *c) FILE: desktop_version/src/CWrappers.cpp function LOC_toupper_ch (line 27) | uint32_t LOC_toupper_ch(uint32_t ch) function SDL_Surface (line 32) | SDL_Surface* GRAPHICS_tempScreenshot(void) function SDL_Surface (line 37) | SDL_Surface* GRAPHICS_tempScreenshot2x(void) function UTIL_TakeScreenshot (line 42) | uint8_t UTIL_TakeScreenshot(SDL_Surface** surface) function UTIL_UpscaleScreenshot2x (line 47) | uint8_t UTIL_UpscaleScreenshot2x(SDL_Surface* src, SDL_Surface** dest) FILE: desktop_version/src/Credits.h function namespace (line 6) | namespace Credits { FILE: desktop_version/src/CustomLevels.cpp function compare_nocase (line 70) | static bool compare_nocase (std::string first, std::string second) function translate_title (line 91) | bool translate_title(const std::string& title) function translate_creator (line 96) | bool translate_creator(const std::string& creator) function levelZipCallback (line 101) | static void levelZipCallback(const char* filename) function replace_all (line 119) | static void replace_all(std::string& str, const std::string& from, const... function find_tag (line 135) | static std::string find_tag(const std::string& buf, const std::string& s... function levelMetaDataCallback (line 232) | static void levelMetaDataCallback(const char* filename) function unloadZips (line 255) | static void unloadZips(void) function RoomProperty (line 875) | const RoomProperty* customlevelclass::getroomprop(const int rx, const in... function SDL_Color (line 1794) | SDL_Color customlevelclass::getonewaycol(const int rx, const int ry) function SDL_Color (line 1953) | SDL_Color customlevelclass::getonewaycol(void) function SDL_INLINE (line 1968) | static SDL_INLINE bool inbounds(const CustomEntity* entity) FILE: desktop_version/src/CustomLevels.h function class (line 8) | class CustomEntity function class (line 37) | class RoomProperty type LevelMetaData (line 46) | struct LevelMetaData type CliPlaytestArgs (line 73) | struct CliPlaytestArgs function class (line 87) | class customlevelclass FILE: desktop_version/src/DeferCallbacks.c type DEFER_Callback (line 15) | struct DEFER_Callback function DEFER_add_callback (line 18) | void DEFER_add_callback(struct DEFER_Callback* callback) function DEFER_execute_callbacks (line 60) | void DEFER_execute_callbacks(void) FILE: desktop_version/src/DeferCallbacks.h type DEFER_Callback (line 9) | struct DEFER_Callback type DEFER_Callback (line 15) | struct DEFER_Callback FILE: desktop_version/src/Editor.cpp function editormenurender (line 521) | static void editormenurender(int tr, int tg, int tb) function draw_background_grid (line 698) | static void draw_background_grid(void) function draw_background (line 726) | static void draw_background(int warpdir) function draw_edgeguide (line 749) | static void draw_edgeguide(const TileTypes type, const int x, const int ... function draw_edgeguides (line 769) | static void draw_edgeguides(void) function update_entities (line 829) | static void update_entities(void) function draw_entities (line 889) | static void draw_entities(void) function draw_ghosts (line 1162) | static void draw_ghosts(void) function adjust_box_coordinates (line 1189) | static void adjust_box_coordinates(int x1, int y1, int x2, int y2, int* ... function draw_bounds (line 1214) | static void draw_bounds(void) function check_point (line 1253) | static inline bool check_point(bool connected[SCREEN_HEIGHT_TILES][SCREE... function draw_cursor (line 1263) | static void draw_cursor(void) function draw_tile_drawer (line 1391) | static void draw_tile_drawer(int tileset) function draw_box_placer (line 1477) | static void draw_box_placer() function draw_note (line 1529) | static void draw_note() function draw_toolbox (line 1547) | static void draw_toolbox(const char* coords) function draw_main_ui (line 1613) | static void draw_main_ui(void) function editorrender (line 1765) | void editorrender(void) function editorrenderfixed (line 1956) | void editorrenderfixed(void) function input_submitted (line 2064) | static void input_submitted(void) function editorlogic (line 2219) | void editorlogic(void) function set_tile_interpolated (line 2287) | static void set_tile_interpolated(const int x1, const int x2, const int ... function creategameoptions (line 2656) | static void creategameoptions(void) function nextbgcolor (line 2661) | static void nextbgcolor(void) function editormenuactionpress (line 2666) | static void editormenuactionpress(void) function start_at_checkpoint (line 2897) | static void start_at_checkpoint(void) function handle_draw_input (line 2978) | static void handle_draw_input() type TextMode (line 3176) | enum TextMode function editorinput (line 3197) | void editorinput(void) function EditorTilecolInfo (line 3978) | EditorTilecolInfo editorclass::get_tilecol_data(void) function TileTypes (line 4080) | TileTypes editorclass::get_abs_tile_type(int x, int y, const bool wrap) function TileTypes (line 4128) | TileTypes editorclass::get_tile_type(int x, int y, bool wrap) FILE: desktop_version/src/Editor.h type EditorTilesets (line 12) | enum EditorTilesets type EditorTilecolInfo (line 23) | struct EditorTilecolInfo type EditorTools (line 33) | enum EditorTools type EditorStates (line 56) | enum EditorStates type EditorSubStates (line 63) | enum EditorSubStates type TileTypes (line 76) | enum TileTypes type BoxTypes (line 83) | enum BoxTypes type BoxCorner (line 91) | enum BoxCorner type TextMode (line 98) | enum TextMode type GhostInfo (line 125) | struct GhostInfo function class (line 136) | class editorclass FILE: desktop_version/src/Ent.h type EntityType (line 8) | enum EntityType function class (line 36) | class entclass FILE: desktop_version/src/Entity.cpp function getgridpoint (line 20) | static int getgridpoint( int t ) function gridmatch (line 1227) | static bool gridmatch( int p1, int p2, int p3, int p4, int p11, int p21,... function entityclonefix (line 1233) | static void entityclonefix(entclass* entity) function yline (line 4267) | static int yline( int a, int b ) FILE: desktop_version/src/Entity.h function class (line 23) | class entityclass FILE: desktop_version/src/Enums.h type GameGamestate (line 4) | enum GameGamestate FILE: desktop_version/src/FileSystemUtils.cpp function mkdir (line 27) | static int mkdir(char* path, int mode) function mount_pre_datazip (line 81) | static bool mount_pre_datazip( function FILESYSTEM_init (line 181) | int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath, cha... function FILESYSTEM_isInit (line 379) | bool FILESYSTEM_isInit(void) function FILESYSTEM_deinit (line 387) | void FILESYSTEM_deinit(void) function FILESYSTEM_isMainLangDirFromRepo (line 413) | bool FILESYSTEM_isMainLangDirFromRepo(void) function FILESYSTEM_doesLangDirExist (line 418) | bool FILESYSTEM_doesLangDirExist(void) function FILESYSTEM_doesFontsDirExist (line 423) | bool FILESYSTEM_doesFontsDirExist(void) function FILESYSTEM_restoreWriteDir (line 428) | bool FILESYSTEM_restoreWriteDir(void) function FILESYSTEM_setLangWriteDir (line 433) | bool FILESYSTEM_setLangWriteDir(void) function FILESYSTEM_isFileType (line 451) | bool FILESYSTEM_isFileType(const char* filename, PHYSFS_FileType filetype) function FILESYSTEM_isFile (line 473) | bool FILESYSTEM_isFile(const char* filename) function FILESYSTEM_isDirectory (line 478) | bool FILESYSTEM_isDirectory(const char* filename) function FILESYSTEM_isMounted (line 483) | bool FILESYSTEM_isMounted(const char* filename) function FILESYSTEM_exists (line 488) | static bool FILESYSTEM_exists(const char *fname) function generateBase36 (line 493) | static void generateBase36(char* string, const size_t string_size) function generateVirtualMountPath (line 514) | static void generateVirtualMountPath(char* path, const size_t path_size) function FILESYSTEM_levelDirHasError (line 530) | bool FILESYSTEM_levelDirHasError(void) function FILESYSTEM_clearLevelDirError (line 535) | void FILESYSTEM_clearLevelDirError(void) function FILESYSTEM_setLevelDirError (line 545) | void FILESYSTEM_setLevelDirError(const char* text, const char* args_inde... function FILESYSTEM_mountAssetsFrom (line 557) | static bool FILESYSTEM_mountAssetsFrom(const char *fname) function FILESYSTEM_loadZip (line 590) | void FILESYSTEM_loadZip(const char* filename) function FILESYSTEM_mountAssets (line 612) | bool FILESYSTEM_mountAssets(const char* path) function FILESYSTEM_unmountAssets (line 670) | void FILESYSTEM_unmountAssets(void) function getMountedPath (line 685) | static void getMountedPath( function FILESYSTEM_isAssetMounted (line 717) | bool FILESYSTEM_isAssetMounted(const char* filename) function FILESYSTEM_areAssetsInSameRealDir (line 740) | bool FILESYSTEM_areAssetsInSameRealDir(const char* filenameA, const char... function load_stdin (line 765) | static void load_stdin(void) function PHYSFS_sint64 (line 814) | static PHYSFS_sint64 read_bytes( function FILESYSTEM_saveFile (line 846) | bool FILESYSTEM_saveFile(const char* name, const unsigned char* data, co... function FILESYSTEM_loadFileToMemory (line 878) | void FILESYSTEM_loadFileToMemory( function FILESYSTEM_loadAssetToMemory (line 962) | void FILESYSTEM_loadAssetToMemory( function FILESYSTEM_loadBinaryBlob (line 974) | bool FILESYSTEM_loadBinaryBlob(binaryBlob* blob, const char* filename) function FILESYSTEM_saveTiXml2Document (line 1095) | bool FILESYSTEM_saveTiXml2Document(const char *name, tinyxml2::XMLDocume... function FILESYSTEM_loadTiXml2Document (line 1133) | bool FILESYSTEM_loadTiXml2Document(const char *name, tinyxml2::XMLDocume... function FILESYSTEM_loadAssetTiXml2Document (line 1147) | bool FILESYSTEM_loadAssetTiXml2Document(const char *name, tinyxml2::XMLD... type CallbackWrapper (line 1161) | struct CallbackWrapper function PHYSFS_EnumerateCallbackResult (line 1166) | static PHYSFS_EnumerateCallbackResult enumerateCallback( function FILESYSTEM_enumerateLevelDirFileNames (line 1188) | void FILESYSTEM_enumerateLevelDirFileNames( function FILESYSTEM_freeEnumerate (line 1286) | void FILESYSTEM_freeEnumerate(EnumHandle* handle) function PLATFORM_getOSDirectory (line 1297) | static int PLATFORM_getOSDirectory(char* output, const size_t output_size) function FILESYSTEM_openDirectoryEnabled (line 1382) | bool FILESYSTEM_openDirectoryEnabled(void) function FILESYSTEM_openDirectory (line 1388) | bool FILESYSTEM_openDirectory(const char *dname) function FILESYSTEM_openDirectory (line 1393) | bool FILESYSTEM_openDirectory(const char *dname) function FILESYSTEM_delete (line 1406) | bool FILESYSTEM_delete(const char *name) function levelSaveCallback (line 1411) | static void levelSaveCallback(const char* filename) function FILESYSTEM_deleteLevelSaves (line 1422) | void FILESYSTEM_deleteLevelSaves(void) FILE: desktop_version/src/FileSystemUtils.h function namespace (line 10) | namespace tinyxml2 { class XMLDocument; } type EnumHandle (line 52) | struct EnumHandle FILE: desktop_version/src/Finalclass.h function class (line 4) | class finalclass FILE: desktop_version/src/Font.cpp type font (line 24) | namespace font type GlyphInfo (line 30) | struct GlyphInfo type FontType (line 42) | enum FontType type Font (line 48) | struct Font type FontContainer (line 67) | struct FontContainer type PrintFlags (line 74) | struct PrintFlags function codepoint_split (line 101) | static void codepoint_split( function GlyphInfo (line 117) | static GlyphInfo* get_glyphinfo( function add_glyphinfo (line 133) | static void add_glyphinfo( function glyph_is_valid (line 161) | static bool glyph_is_valid(const GlyphInfo* glyph) function Font (line 166) | static Font* fallback_for(const Font* f) function GlyphInfo (line 175) | static GlyphInfo* find_glyphinfo(const Font* f, const uint32_t codepoi... function get_advance_ff (line 209) | static int get_advance_ff(const Font* f, const Font* f_glyph, const Gl... function get_advance (line 229) | int get_advance(const Font* f, const uint32_t codepoint) function decode_xml_range (line 242) | static bool decode_xml_range(tinyxml2::XMLElement* elem, unsigned* sta... function load_font (line 257) | static uint8_t load_font(FontContainer* container, const char* name) function find_font_by_name (line 502) | static bool find_font_by_name(FontContainer* container, const char* na... function find_main_font_by_name (line 520) | bool find_main_font_by_name(const char* name, uint8_t* idx) function get_font_idx_8x8 (line 525) | uint8_t get_font_idx_8x8(void) function level_font_is_main_idx (line 530) | bool level_font_is_main_idx(const uint8_t idx) function set_level_font (line 535) | void set_level_font(const char* name) function set_level_font_interface (line 564) | void set_level_font_interface(void) function set_level_font_new (line 571) | void set_level_font_new(void) function fill_map_name_idx (line 597) | static void fill_map_name_idx(FontContainer* container) function set_fallbacks (line 610) | static void set_fallbacks(FontContainer* container) function load_font_filename (line 624) | static void load_font_filename(bool is_custom, const char* filename) function load_main (line 652) | void load_main(void) function load_custom (line 689) | void load_custom(const char* name) function unload_font (line 707) | void unload_font(Font* f) function unload_font_container (line 717) | void unload_font_container(FontContainer* container) function unload_custom (line 730) | void unload_custom(void) function destroy (line 736) | void destroy(void) function Font (line 743) | static Font* container_get(FontContainer* container, uint8_t idx) function Font (line 768) | static Font* fontsel_to_font(int sel, bool* rtl, bool custom) function PrintFlags (line 820) | static PrintFlags decode_print_flags(uint32_t flags) function next_wrap (line 849) | static bool next_wrap( function next_wrap_buf (line 916) | static bool next_wrap_buf( function string_wordwrap (line 950) | std::string string_wordwrap(const uint32_t flags, const std::string& s... function string_wordwrap_balanced (line 1001) | std::string string_wordwrap_balanced(const uint32_t flags, const std::... function string_unwordwrap (line 1035) | std::string string_unwordwrap(const std::string& s) function print_char (line 1093) | static int print_char( function glyph_dimensions (line 1213) | bool glyph_dimensions(uint32_t flags, uint8_t* glyph_w, uint8_t* glyph_h) function len (line 1235) | int len(const uint32_t flags, const char* text) function height (line 1256) | int height(const uint32_t flags) function is_rtl (line 1267) | bool is_rtl(const uint32_t flags) function print (line 1273) | void print( function print (line 1393) | void print( function print_wrap (line 1407) | int print_wrap( FILE: desktop_version/src/Font.h function namespace (line 62) | namespace font FILE: desktop_version/src/FontBidi.cpp type font (line 14) | namespace font type ArabicLetter (line 17) | struct ArabicLetter type ArabicLigature (line 189) | struct ArabicLigature function bidi_init (line 232) | void bidi_init(void) function bidi_destroy (line 259) | void bidi_destroy(void) function is_directional_character (line 266) | bool is_directional_character(const uint32_t codepoint) function is_joiner (line 280) | bool is_joiner(const uint32_t codepoint) function bidi_should_transform (line 285) | bool bidi_should_transform(const bool rtl, const char* text) type arabic_form (line 393) | enum arabic_form { NONE, ISOLATED, INITIAL, MEDIAL, FINAL } FILE: desktop_version/src/FontBidi.h function namespace (line 6) | namespace font FILE: desktop_version/src/GOGNetwork.c function GOG_init (line 9) | int32_t GOG_init(void) function GOG_shutdown (line 14) | void GOG_shutdown(void) function GOG_update (line 18) | void GOG_update(void) function GOG_unlockAchievement (line 22) | void GOG_unlockAchievement(const char *name) FILE: desktop_version/src/Game.cpp function GetButtonFromString (line 37) | static bool GetButtonFromString(const char *pText, SDL_GameControllerBut... type Game::Summary (line 115) | struct Game::Summary function get_summary (line 119) | static struct Game::Summary get_summary( function compute_crewmate_textbox (line 725) | static void compute_crewmate_textbox(textboxclass* THIS) function compute_remaining_textbox (line 770) | static void compute_remaining_textbox(textboxclass* THIS) function compute_actionprompt_textbox (line 803) | static void compute_actionprompt_textbox(textboxclass* THIS) function savetele_textbox_success (line 828) | static void savetele_textbox_success(textboxclass* THIS) function save_textbox_fail (line 835) | static void save_textbox_fail(textboxclass* THIS) function wasd_textbox (line 890) | static void wasd_textbox(textboxclass* THIS) function flip_textbox (line 899) | static void flip_textbox(textboxclass* THIS) function arrowkey_textbox (line 916) | static void arrowkey_textbox(textboxclass* THIS) function map_textbox (line 925) | static void map_textbox(textboxclass* THIS) function im1_instructions_textbox1 (line 943) | static void im1_instructions_textbox1(textboxclass* THIS) function im1_instructions_textbox2 (line 980) | static void im1_instructions_textbox2(textboxclass* THIS) function im1_instructions_textbox3 (line 1017) | static void im1_instructions_textbox3(textboxclass* THIS) function foundtrinket_textbox1 (line 1044) | void foundtrinket_textbox1(textboxclass* THIS) function foundtrinket_textbox2 (line 1055) | void foundtrinket_textbox2(textboxclass* THIS) function foundcrewmate_textbox1 (line 1081) | static void foundcrewmate_textbox1(textboxclass* THIS) function foundcrewmate_textbox2 (line 1091) | static void foundcrewmate_textbox2(textboxclass* THIS) function gamecomplete_textbox2 (line 1123) | static void gamecomplete_textbox2(textboxclass* THIS) function gamecomplete_textbox3 (line 1129) | static void gamecomplete_textbox3(textboxclass* THIS) function gamecomplete_textbox4 (line 1138) | static void gamecomplete_textbox4(textboxclass* THIS) function gamecomplete_textbox5 (line 1152) | static void gamecomplete_textbox5(textboxclass* THIS) function gamecomplete_textbox6 (line 1161) | static void gamecomplete_textbox6(textboxclass* THIS) function gamecomplete_textbox7 (line 1171) | static void gamecomplete_textbox7(textboxclass* THIS) function gamecomplete_textbox9 (line 1180) | static void gamecomplete_textbox9(textboxclass* THIS) function gamecomplete_textbox11 (line 1189) | static void gamecomplete_textbox11(textboxclass* THIS) function gamecomplete_textbox12 (line 1205) | static void gamecomplete_textbox12(textboxclass* THIS) type ScreenSettings (line 4657) | struct ScreenSettings type ScreenSettings (line 4738) | struct ScreenSettings type ScreenSettings (line 4985) | struct ScreenSettings type ScreenSettings (line 4992) | struct ScreenSettings type ScreenSettings (line 5103) | struct ScreenSettings type ScreenSettings (line 5242) | struct ScreenSettings type ScreenSettings (line 5273) | struct ScreenSettings type ScreenSettings (line 5280) | struct ScreenSettings function loadthissummary (line 6000) | static void loadthissummary( type Game::Summary (line 6159) | struct Game::Summary type Game::Summary (line 6163) | struct Game::Summary type Menu::MenuName (line 6606) | enum Menu::MenuName type Menu::MenuName (line 6633) | enum Menu::MenuName type Menu::MenuName (line 6659) | enum Menu::MenuName type GlitchrunnerMode (line 6971) | enum GlitchrunnerMode function hardreset (line 7691) | static void hardreset(void) function returntoeditor_callback (line 7696) | static void returntoeditor_callback(void) function resetbg (line 7804) | static void resetbg(void) function returntoingametemp (line 7845) | static void returntoingametemp(void) function returntoedsettings (line 7851) | static void returntoedsettings(void) function nextbgcolor (line 7857) | static void nextbgcolor(void) function setfademode (line 7862) | static void setfademode(void) function setflipmode (line 7867) | static void setflipmode(void) type GameGamestate (line 7918) | enum GameGamestate function get_framerate (line 7962) | static inline int get_framerate(const int slowdown, const int deathseq) FILE: desktop_version/src/Game.h function namespace (line 20) | namespace tinyxml2 type MenuOption (line 29) | struct MenuOption function namespace (line 37) | namespace Menu type SLIDERMODE (line 117) | enum SLIDERMODE type SWNMODE (line 125) | enum SWNMODE type MenuStackFrame (line 177) | struct MenuStackFrame function class (line 184) | class Game type Menu (line 402) | enum Menu type SWNMODE (line 416) | enum SWNMODE function inspecial (line 577) | bool inline inspecial(void) FILE: desktop_version/src/GlitchrunnerMode.c type GlitchrunnerMode (line 11) | enum GlitchrunnerMode function GlitchrunnerMode_string_to_enum (line 32) | enum GlitchrunnerMode GlitchrunnerMode_string_to_enum(const char* string) type GlitchrunnerMode (line 49) | enum GlitchrunnerMode function GlitchrunnerMode_set (line 51) | void GlitchrunnerMode_set(const enum GlitchrunnerMode mode) function GlitchrunnerMode_get (line 56) | enum GlitchrunnerMode GlitchrunnerMode_get(void) function GlitchrunnerMode_less_than_or_equal (line 61) | int GlitchrunnerMode_less_than_or_equal(const enum GlitchrunnerMode mode) FILE: desktop_version/src/GlitchrunnerMode.h type GlitchrunnerMode (line 13) | enum GlitchrunnerMode type GlitchrunnerMode (line 21) | enum GlitchrunnerMode type GlitchrunnerMode (line 23) | enum GlitchrunnerMode type GlitchrunnerMode (line 25) | enum GlitchrunnerMode type GlitchrunnerMode (line 27) | enum GlitchrunnerMode type GlitchrunnerMode (line 29) | enum GlitchrunnerMode FILE: desktop_version/src/Graphics.cpp type Menu::MenuName (line 1697) | enum Menu::MenuName function SDL_Color (line 2967) | SDL_Color Graphics::getcol( int t ) function commsrelay_textbox (line 3393) | static void commsrelay_textbox(textboxclass* THIS) function SDL_Color (line 3670) | SDL_Color Graphics::getRGBA(const Uint8 r, const Uint8 g, const Uint8 b,... function SDL_Color (line 3676) | SDL_Color Graphics::getRGB(const Uint8 r, const Uint8 g, const Uint8 b) function SDL_Color (line 3682) | SDL_Color Graphics::RGBf(int r, int g, int b) function make_array (line 3726) | static void make_array( function SDL_Color (line 3800) | SDL_Color Graphics::crewcolourreal(int t) FILE: desktop_version/src/Graphics.h type FadeBars (line 13) | enum FadeBars type ImageNames (line 23) | enum ImageNames type EntityColour (line 43) | enum EntityColour function class (line 91) | class Graphics FILE: desktop_version/src/GraphicsResources.cpp function SDL_Surface (line 35) | static SDL_Surface* LoadImageRaw(const char* filename, unsigned char** d... function SDL_Surface (line 78) | static SDL_Surface* LoadSurfaceFromRaw(SDL_Surface* loadedImage) function SDL_Surface (line 89) | SDL_Surface* LoadImageSurface(const char* filename) function SDL_Texture (line 112) | static SDL_Texture* LoadTextureFromRaw(const char* filename, SDL_Surface... function SDL_Texture (line 178) | SDL_Texture* LoadImage(const char *filename, const TextureLoadType loadt... function SDL_Texture (line 202) | static SDL_Texture* LoadImage(const char* filename) function LoadVariants (line 208) | static void LoadVariants(const char* filename, SDL_Texture** colored, SD... function LoadSprites (line 252) | static void LoadSprites(const char* filename, SDL_Texture** texture, SDL... function LoadSpritesTranslation (line 279) | static void LoadSpritesTranslation( function SaveImage (line 517) | bool SaveImage(const SDL_Surface* surface, const char* filename) function SaveScreenshot (line 547) | bool SaveScreenshot(void) FILE: desktop_version/src/GraphicsResources.h type TextureLoadType (line 6) | enum TextureLoadType function class (line 13) | class GraphicsResources FILE: desktop_version/src/GraphicsUtil.cpp function setRect (line 16) | void setRect( SDL_Rect& _r, int x, int y, int w, int h ) function SDL_Surface (line 24) | static SDL_Surface* RecreateSurfaceWithDimensions( function SDL_Surface (line 59) | SDL_Surface* GetSubSurface( SDL_Surface* metaSurface, int x, int y, int ... function DrawPixel (line 82) | void DrawPixel(SDL_Surface* surface, const int x, const int y, const SDL... function SDL_Color (line 124) | SDL_Color ReadPixel(const SDL_Surface* surface, const int x, const int y) function UpdateFilter (line 172) | void UpdateFilter(void) function ApplyFilter (line 194) | void ApplyFilter(SDL_Surface** src, SDL_Surface** dest) function TakeScreenshot (line 287) | bool TakeScreenshot(SDL_Surface** surface) function UpscaleScreenshot2x (line 359) | bool UpscaleScreenshot2x(SDL_Surface* src, SDL_Surface** dest) FILE: desktop_version/src/IMERender.cpp function ime_render (line 12) | void ime_render(void) function ime_set_rect (line 91) | void ime_set_rect(SDL_Rect* stretch_info) FILE: desktop_version/src/Input.cpp function updatebuttonmappings (line 29) | static void updatebuttonmappings(int bind) function recomputetextboxes (line 309) | void recomputetextboxes(void) function toggleflipmode (line 320) | static void toggleflipmode(void) type StartMode (line 344) | enum StartMode function startmode (line 346) | static void startmode(const enum StartMode mode) function handlefadetomode (line 354) | static void handlefadetomode(void) function initvolumeslider (line 377) | static void initvolumeslider(const int menuoption) function deinitvolumeslider (line 398) | static void deinitvolumeslider(void) function slidermodeinput (line 405) | static void slidermodeinput(void) function menuactionpress (line 424) | static void menuactionpress(void) FILE: desktop_version/src/KeyPoll.cpp function changemousestate (line 104) | static int changemousestate( function cycle_language (line 156) | bool cycle_language(bool should_recompute_textboxes) FILE: desktop_version/src/KeyPoll.h type Kybrd (line 9) | enum Kybrd function class (line 32) | class KeyPoll FILE: desktop_version/src/Labclass.h function class (line 4) | class labclass FILE: desktop_version/src/LevelDebugger.cpp type level_debugger (line 15) | namespace level_debugger function is_pausing (line 32) | bool is_pausing(void) function is_active (line 37) | bool is_active(void) function toggle_active (line 42) | void toggle_active(void) function mouse_within (line 47) | bool mouse_within(SDL_Rect* rect) function set_forced (line 53) | void set_forced(void) function input (line 58) | void input(void) function logic (line 192) | void logic(void) function render_info (line 236) | void render_info(int y, const char* text) function render_coords (line 241) | void render_coords(int y, const char* text, int first, int second) function render_info (line 248) | void render_info(int y, const char* text, std::string value) function render (line 255) | void render(void) FILE: desktop_version/src/LevelDebugger.h function namespace (line 6) | namespace level_debugger FILE: desktop_version/src/Localization.cpp type loc (line 11) | namespace loc function LangMeta (line 38) | const LangMeta* get_langmeta(void) function gettext_plural_fill (line 111) | void gettext_plural_fill(char* buf, size_t buf_len, const char* eng_pl... function getnumber (line 128) | std::string getnumber(int n, const char* number_class) function is_script_custom (line 152) | static bool is_script_custom(const char* script_id) function TextboxFormat (line 157) | const TextboxFormat* gettext_cutscene(const std::string& script_id, co... function is_cutscene_translated (line 289) | bool is_cutscene_translated(const std::string& script_id) function toupper_ch (line 313) | uint32_t toupper_ch(uint32_t ch) function toupper (line 373) | std::string toupper(const std::string& lower) function remove_toupper_escape_chars (line 408) | std::string remove_toupper_escape_chars(const std::string& _s) FILE: desktop_version/src/Localization.h function namespace (line 15) | namespace loc FILE: desktop_version/src/LocalizationMaint.cpp type loc (line 16) | namespace loc function write_max_local (line 19) | static void write_max_local(tinyxml2::XMLElement* pElem, uint8_t glyph... function write_max_local_decl (line 49) | static void write_max_local_decl(tinyxml2::XMLDocument* doc, uint8_t g... function sync_lang_file (line 56) | static void sync_lang_file(const std::string& langcode) function sync_lang_files (line 370) | bool sync_lang_files(void) function save_roomname_to_file (line 395) | bool save_roomname_to_file(const std::string& langcode, bool custom_le... function save_roomname_explanation_to_files (line 460) | bool save_roomname_explanation_to_files(bool custom_level, int roomx, ... function local_limits_check (line 475) | void local_limits_check(void) function global_limits_check (line 482) | void global_limits_check(void) function populate_testable_script_ids (line 508) | void populate_testable_script_ids(void) function populate_cutscene_test (line 533) | bool populate_cutscene_test(const char* script_id) FILE: desktop_version/src/LocalizationMaint.h function namespace (line 4) | namespace loc FILE: desktop_version/src/LocalizationStorage.cpp type loc (line 17) | namespace loc function load_lang_doc (line 27) | bool load_lang_doc( function loadmeta (line 58) | static void loadmeta(LangMeta& meta, const std::string& langcode = lang) function map_store_translation (line 122) | static void map_store_translation(Textbook* textbook, hashmap* map, co... function form_for_count (line 144) | unsigned char form_for_count(int n) function callback_free_map_value (line 163) | static void callback_free_map_value(void* key, size_t ksize, uintptr_t... function resettext_custom (line 172) | static void resettext_custom(bool final_shutdown) function unloadtext_custom (line 204) | void unloadtext_custom(void) function resettext (line 214) | void resettext(bool final_shutdown) function parse_max (line 266) | bool parse_max(const char* max, unsigned short* max_w, unsigned short*... function max_check_string (line 298) | static bool max_check_string(const char* str, const char* max) function max_check_string_plural (line 368) | static void max_check_string_plural(unsigned char form, const char* st... function tally_untranslated (line 411) | static void tally_untranslated(const char* tra, int* counter) function loadtext_strings (line 425) | static void loadtext_strings(bool check_max) function loadtext_strings_plural (line 487) | static void loadtext_strings_plural(bool check_max) function get_level_lang_path (line 542) | static bool get_level_lang_path(bool custom_level, const char* cat, st... function loadtext_cutscenes (line 611) | static void loadtext_cutscenes(bool custom_level) function loadtext_numbers (line 723) | static void loadtext_numbers(void) function fix_room_coords (line 771) | bool fix_room_coords(bool custom_level, int* roomx, int* roomy) function coords_to_area (line 793) | static unsigned coords_to_area(int roomx, int roomy) function update_left_counter (line 868) | static void update_left_counter(const char* old_text, const char* new_... function store_roomname_translation (line 889) | bool store_roomname_translation(bool custom_level, int roomx, int room... function loadtext_roomnames (line 932) | static void loadtext_roomnames(bool custom_level, bool check_max) function loadtext_roomnames_special (line 999) | static void loadtext_roomnames_special(bool check_max) function loadtext_custom (line 1030) | void loadtext_custom(const char* custom_path) function loadtext (line 1041) | void loadtext(bool check_max) function loadlanguagelist (line 1072) | void loadlanguagelist(void) FILE: desktop_version/src/LocalizationStorage.h function namespace (line 20) | namespace loc FILE: desktop_version/src/Logic.cpp function titlelogic (line 15) | void titlelogic(void) function maplogic (line 46) | void maplogic(void) function gamecompletelogic (line 53) | void gamecompletelogic(void) function gamecompletelogic2 (line 87) | void gamecompletelogic2(void) function gotoroom_wrapper (line 126) | static void gotoroom_wrapper(const int rx, const int ry) function gamelogic (line 131) | void gamelogic(void) FILE: desktop_version/src/Map.cpp function copy_short_to_int (line 1303) | static void copy_short_to_int(int* dest, const short* src, const size_t ... function MapRenderData (line 2230) | MapRenderData mapclass::get_render_data(void) FILE: desktop_version/src/Map.h type MapRenderData (line 15) | struct MapRenderData type Roomtext (line 30) | struct Roomtext type RoomnameType (line 37) | enum RoomnameType type Roomname (line 44) | struct Roomname function class (line 56) | class mapclass FILE: desktop_version/src/Maths.h function fRandom (line 11) | float inline fRandom(void) FILE: desktop_version/src/Music.cpp class SoundTrack (line 85) | class SoundTrack method SoundTrack (line 96) | SoundTrack(const char* fileName, const char* _id, bool _extra) method LoadWAV (line 126) | void LoadWAV(const char* fileName, unsigned char* mem, const size_t le... method LoadOGG (line 148) | void LoadOGG(const char* fileName, unsigned char* mem, const size_t le... method Dispose (line 178) | void Dispose(void) method Play (line 189) | void Play(void) method Init (line 257) | static void Init(int audio_rate) method Pause (line 282) | static void Pause(void) method Resume (line 290) | static void Resume(void) method Destroy (line 298) | static void Destroy(void) method SetVolume (line 310) | static void SetVolume(int soundVolume) method refillReserve (line 319) | static void refillReserve(FAudioVoiceCallback* callback, void* ctx) method swapBuffers (line 344) | static void swapBuffers(FAudioVoiceCallback* callback, void* ctx) class MusicTrack (line 86) | class MusicTrack method MusicTrack (line 382) | MusicTrack(SDL_RWops *rw) method Dispose (line 422) | void Dispose(void) method Play (line 434) | bool Play(bool loop) method Halt (line 476) | static void Halt(void) method IsHalted (line 486) | static bool IsHalted(void) method Pause (line 491) | static void Pause(void) method IsPaused (line 500) | static bool IsPaused(void) method Resume (line 505) | static void Resume(void) method SetVolume (line 514) | static void SetVolume(int controlVolume) method refillReserve (line 542) | static void refillReserve(FAudioVoiceCallback* callback, void* ctx) method swapBuffers (line 589) | static void swapBuffers(FAudioVoiceCallback* callback, void* ctx) method parseComments (line 599) | static void parseComments( method _Mix_ParseTime (line 669) | static int _Mix_ParseTime(char* time, const long samplerate_hz) class SoundTrack (line 93) | class SoundTrack method SoundTrack (line 96) | SoundTrack(const char* fileName, const char* _id, bool _extra) method LoadWAV (line 126) | void LoadWAV(const char* fileName, unsigned char* mem, const size_t le... method LoadOGG (line 148) | void LoadOGG(const char* fileName, unsigned char* mem, const size_t le... method Dispose (line 178) | void Dispose(void) method Play (line 189) | void Play(void) method Init (line 257) | static void Init(int audio_rate) method Pause (line 282) | static void Pause(void) method Resume (line 290) | static void Resume(void) method Destroy (line 298) | static void Destroy(void) method SetVolume (line 310) | static void SetVolume(int soundVolume) method refillReserve (line 319) | static void refillReserve(FAudioVoiceCallback* callback, void* ctx) method swapBuffers (line 344) | static void swapBuffers(FAudioVoiceCallback* callback, void* ctx) class MusicTrack (line 379) | class MusicTrack method MusicTrack (line 382) | MusicTrack(SDL_RWops *rw) method Dispose (line 422) | void Dispose(void) method Play (line 434) | bool Play(bool loop) method Halt (line 476) | static void Halt(void) method IsHalted (line 486) | static bool IsHalted(void) method Pause (line 491) | static void Pause(void) method IsPaused (line 500) | static bool IsPaused(void) method Resume (line 505) | static void Resume(void) method SetVolume (line 514) | static void SetVolume(int controlVolume) method refillReserve (line 542) | static void refillReserve(FAudioVoiceCallback* callback, void* ctx) method swapBuffers (line 589) | static void swapBuffers(FAudioVoiceCallback* callback, void* ctx) method parseComments (line 599) | static void parseComments( method _Mix_ParseTime (line 669) | static int _Mix_ParseTime(char* time, const long samplerate_hz) function add_builtin_sound (line 739) | static void add_builtin_sound(const char* id) type FadeState (line 1122) | struct FadeState type FadeState (line 1130) | struct FadeState type FadeCode (line 1132) | enum FadeCode function processmusicfade (line 1138) | static enum FadeCode processmusicfade(struct FadeState* state, int* volume) type FadeCode (line 1210) | enum FadeCode type FadeCode (line 1219) | enum FadeCode FILE: desktop_version/src/Music.h function class (line 66) | class musicclass FILE: desktop_version/src/Network.c type NetworkBackend (line 40) | typedef struct NetworkBackend function NETWORK_init (line 53) | int NETWORK_init(void) function NETWORK_shutdown (line 80) | void NETWORK_shutdown(void) function NETWORK_update (line 92) | void NETWORK_update(void) function NETWORK_unlockAchievement (line 104) | void NETWORK_unlockAchievement(const char *name) FILE: desktop_version/src/Otherlevel.h function class (line 4) | class otherlevelclass FILE: desktop_version/src/Render.cpp function drawslowdowntext (line 35) | static inline void drawslowdowntext(const int y) function slider_get (line 54) | static void slider_get(char* buffer, size_t buffer_len, int position, in... function volumesliderrender (line 89) | static void volumesliderrender(void) function drawglitchrunnertext (line 125) | static void inline drawglitchrunnertext(const int y) type Game::Summary (line 1402) | struct Game::Summary function titlerender (line 1938) | void titlerender(void) function gamecompleterender (line 1998) | void gamecompleterender(void) function gamecompleterender2 (line 2248) | void gamecompleterender2(void) function mode_indicator_text (line 2297) | static void mode_indicator_text(const int alpha) function gamerender (line 2383) | void gamerender(void) function draw_roomname_menu (line 2840) | static void draw_roomname_menu(void) function rendermap (line 2862) | static void rendermap(void) function rendermapfog (line 2889) | static void rendermapfog(void) function rendermaplegend (line 2912) | static void rendermaplegend(void) function rendermapcursor (line 2952) | static void rendermapcursor(const bool flashing) function maprender (line 2996) | void maprender(void) function teleporterrender (line 3552) | void teleporterrender(void) FILE: desktop_version/src/RenderFixed.cpp function titleupdatetextcol (line 11) | static inline void titleupdatetextcol(void) function tick_skip_message_timer (line 24) | static inline void tick_skip_message_timer(void) function gamerenderfixed (line 39) | void gamerenderfixed(void) function titlerenderfixed (line 175) | void titlerenderfixed(void) function maprenderfixed (line 203) | void maprenderfixed(void) function teleporterrenderfixed (line 267) | void teleporterrenderfixed(void) function gamecompleterenderfixed (line 274) | void gamecompleterenderfixed(void) function gamecompleterenderfixed2 (line 283) | void gamecompleterenderfixed2(void) FILE: desktop_version/src/RoomnameTranslator.cpp type roomname_translator (line 18) | namespace roomname_translator function set_enabled (line 28) | void set_enabled(bool value) function is_pausing (line 34) | bool is_pausing(void) function print_explanation (line 39) | static void print_explanation(const char* explanation) function overlay_render (line 53) | void overlay_render(bool* force_roomname_hidden, bool* roomname_untran... function key_pressed_once (line 240) | static bool key_pressed_once(SDL_Keycode keyc, bool* held) function save_explanation (line 258) | static void save_explanation(const char* explanation, const char* succ... function save_translation (line 278) | static void save_translation(const char* translation) function overlay_input (line 310) | bool overlay_input(void) FILE: desktop_version/src/RoomnameTranslator.h function namespace (line 6) | namespace roomname_translator FILE: desktop_version/src/SDL_uikit_main.c function main (line 15) | int main(int argc, char *argv[]) FILE: desktop_version/src/Screen.cpp function ScreenSettings_default (line 20) | void ScreenSettings_default(struct ScreenSettings* _this) type ScreenSettings (line 32) | struct ScreenSettings type ScreenSettings (line 98) | struct ScreenSettings function constrain_to_desktop (line 182) | static void constrain_to_desktop(int display_index, int* width, int* hei... FILE: desktop_version/src/Screen.h function class (line 8) | class Screen FILE: desktop_version/src/ScreenSettings.h type ScreenSettings (line 12) | struct ScreenSettings type ScreenSettings (line 24) | struct ScreenSettings FILE: desktop_version/src/Script.cpp function getcolorfromname (line 136) | static int getcolorfromname(std::string name) function getcrewmanfromname (line 154) | static int getcrewmanfromname(std::string name) function foundlab_textbox1 (line 166) | static void foundlab_textbox1(textboxclass* THIS) function foundlab_textbox2 (line 176) | static void foundlab_textbox2(textboxclass* THIS) function gotoerrorloadinglevel (line 2693) | static void gotoerrorloadinglevel(void) type StartMode (line 2713) | enum StartMode FILE: desktop_version/src/Script.h type Script (line 19) | struct Script type StartMode (line 27) | enum StartMode function class (line 66) | class scriptclass FILE: desktop_version/src/Spacestation2.h function class (line 4) | class spacestation2class FILE: desktop_version/src/SteamNetwork.c type ISteamClient (line 31) | struct ISteamClient type ISteamUserStats (line 32) | struct ISteamUserStats type ISteamScreenshots (line 33) | struct ISteamScreenshots type CallbackMsg_t (line 34) | struct CallbackMsg_t type SteamAPICallCompleted_t (line 41) | struct SteamAPICallCompleted_t type ISteamUserStats (line 100) | struct ISteamUserStats type ISteamScreenshots (line 101) | struct ISteamScreenshots function ClearPointers (line 109) | static void ClearPointers(void) function run_screenshot (line 119) | static void run_screenshot() function STEAM_init (line 154) | int32_t STEAM_init(void) function STEAM_shutdown (line 228) | void STEAM_shutdown(void) function STEAM_update (line 237) | void STEAM_update(void) function STEAM_unlockAchievement (line 257) | void STEAM_unlockAchievement(const char *name) FILE: desktop_version/src/Textbook.c function textbook_init (line 8) | void textbook_init(Textbook* textbook) function textbook_clear (line 14) | void textbook_clear(Textbook* textbook) function textbook_set_protected (line 28) | void textbook_set_protected(Textbook* textbook, bool protect) FILE: desktop_version/src/Textbook.h type Textbook (line 17) | typedef struct _Textbook FILE: desktop_version/src/Textbox.h type TextboxCrewmatePosition (line 10) | struct TextboxCrewmatePosition type TextboxOriginalContext (line 20) | struct TextboxOriginalContext type TextboxSpacing (line 30) | struct TextboxSpacing type TextboxSprite (line 38) | struct TextboxSprite type TextboxImage (line 46) | enum TextboxImage type TextboxTranslate (line 53) | enum TextboxTranslate function class (line 63) | class textboxclass FILE: desktop_version/src/ThirdPartyDeps.c function lodepng_free (line 17) | void lodepng_free(void* ptr) FILE: desktop_version/src/Tower.h function class (line 4) | class towerclass FILE: desktop_version/src/TowerBG.h type TowerBG (line 6) | struct TowerBG FILE: desktop_version/src/UTF8.c function is_illegal (line 10) | static inline bool is_illegal(uint32_t codepoint) function UTF8_peek_next (line 15) | uint32_t UTF8_peek_next(const char* s_str, uint8_t* codepoint_nbytes) function UTF8_next (line 111) | uint32_t UTF8_next(const char** p_str) function UTF8_encoding (line 134) | UTF8_encoding UTF8_encode(uint32_t codepoint) function UTF8_total_codepoints (line 177) | size_t UTF8_total_codepoints(const char* str) function UTF8_backspace (line 187) | size_t UTF8_backspace(const char* str, size_t len) FILE: desktop_version/src/UTF8.h type UTF8_encoding (line 13) | typedef struct FILE: desktop_version/src/Unreachable.h function VVV_unreachable (line 6) | void VVV_unreachable(void) FILE: desktop_version/src/UtilityClass.cpp function ss_toi (line 12) | int ss_toi(const std::string& str) function next_split (line 47) | bool next_split( function next_split_s (line 79) | bool next_split_s( function is_number (line 236) | bool is_number(const char* str) function is_positive_num (line 259) | bool is_positive_num(const char* str, const bool hex) function endsWith (line 287) | bool endsWith(const char* str, const char* suffix) function VVV_fillstring (line 300) | void VVV_fillstring( function _VVV_between (line 308) | void _VVV_between( FILE: desktop_version/src/UtilityClass.h function class (line 95) | class UtilityClass FILE: desktop_version/src/VFormat.c function is_whitespace (line 12) | static inline bool is_whitespace(char ch) function trim_whitespace (line 17) | static inline void trim_whitespace(const char** string, size_t* bytes) function vformat_button (line 32) | int vformat_button(ActionSet actionset, int action) function vformat_unbutton (line 39) | static void vformat_unbutton(ActionSet* actionset, Action* action, const... function call_with_button (line 46) | static inline void call_with_button(format_callback callback, void* user... function call_with_upper (line 64) | static inline void call_with_upper(format_callback callback, void* userd... function vformat_cb_valist (line 82) | void vformat_cb_valist( function vformat_cb (line 342) | void vformat_cb( type buffer_info (line 362) | typedef struct _buffer_info function callback_buffer_append (line 369) | static void callback_buffer_append(void* userdata, const char* string, s... function vformat_buf_valist (line 387) | size_t vformat_buf_valist( function vformat_buf (line 417) | size_t vformat_buf( FILE: desktop_version/src/Vlogging.c function vlog_init (line 44) | void vlog_init(void) function vlog_toggle_output (line 52) | void vlog_toggle_output(const int enable_output) function vlog_toggle_color (line 57) | void vlog_toggle_color(const int enable_color) function vlog_toggle_debug (line 62) | void vlog_toggle_debug(const int enable_debug) function vlog_toggle_info (line 67) | void vlog_toggle_info(const int enable_info) function vlog_toggle_warn (line 72) | void vlog_toggle_warn(const int enable_warn) function vlog_toggle_error (line 77) | void vlog_toggle_error(const int enable_error) function vlog_debug (line 82) | void vlog_debug(const char* text, ...) function vlog_info (line 109) | void vlog_info(const char* text, ...) function vlog_warn (line 136) | void vlog_warn(const char* text, ...) function vlog_error (line 163) | void vlog_error(const char* text, ...) function vlog_open_console (line 191) | void vlog_open_console(void) function check_color_support (line 243) | static void check_color_support(void) FILE: desktop_version/src/WarpClass.h function class (line 4) | class warpclass FILE: desktop_version/src/XMLUtils.cpp type xml (line 4) | namespace xml FILE: desktop_version/src/XMLUtils.h function namespace (line 2) | namespace tinyxml2 function namespace (line 11) | namespace xml FILE: desktop_version/src/Xoshiro.c function rotl (line 7) | static uint32_t rotl(const uint32_t x, const int k) function splitmix32 (line 14) | static uint32_t splitmix32(uint32_t* x) function seed (line 22) | static void seed( function xoshiro_next (line 34) | uint32_t xoshiro_next(void) function xoshiro_seed (line 54) | void xoshiro_seed(uint32_t s) function xoshiro_rand (line 65) | float xoshiro_rand(void) FILE: desktop_version/src/main.cpp type FuncType (line 75) | enum FuncType type ImplFunc (line 83) | struct ImplFunc type FuncType (line 85) | enum FuncType function runscript (line 89) | static void runscript(void) function teleportermodeinput (line 94) | static void teleportermodeinput(void) function flipmodeoff (line 107) | static void flipmodeoff(void) type ImplFunc (line 115) | struct ImplFunc type FuncType (line 85) | enum FuncType type IndexCode (line 201) | enum IndexCode type ImplFunc (line 207) | struct ImplFunc type FuncType (line 85) | enum FuncType function increment_gamestate_func_index (line 211) | static enum IndexCode increment_gamestate_func_index(void) type ImplFunc (line 238) | struct ImplFunc type FuncType (line 85) | enum FuncType type ImplFunc (line 248) | struct ImplFunc type FuncType (line 85) | enum FuncType function increment_unfocused_func_index (line 252) | static enum IndexCode increment_unfocused_func_index(void) type ImplFunc (line 266) | struct ImplFunc type FuncType (line 85) | enum FuncType type IndexCode (line 269) | enum IndexCode type LoopCode (line 271) | enum LoopCode function loop_assign_active_funcs (line 277) | static enum LoopCode loop_assign_active_funcs(void) function loop_run_active_funcs (line 296) | static enum LoopCode loop_run_active_funcs(void) type LoopCode (line 327) | enum LoopCode type LoopCode (line 328) | enum LoopCode type LoopCode (line 330) | enum LoopCode function fixedloop (line 338) | static void inline fixedloop(void) function emscriptenloop (line 358) | static void emscriptenloop(void) function keep_console_open (line 366) | static void keep_console_open(const bool open_console) function main (line 383) | int main(int argc, char *argv[]) type ScreenSettings (line 680) | struct ScreenSettings function cleanup (line 894) | static void cleanup(void) function SDL_NORETURN (line 916) | SDL_NORETURN void VVV_exit(const int exit_code) function deltaloop (line 922) | static void inline deltaloop(void) function loop_begin (line 974) | static enum LoopCode loop_begin(void) function unfocused_run (line 987) | static void unfocused_run(void) function focused_begin (line 1018) | static void focused_begin(void) function focused_end (line 1023) | static void focused_end(void) function loop_end (line 1030) | static enum LoopCode loop_end(void) FILE: desktop_version/src/preloader.cpp function preloaderinput (line 22) | void preloaderinput(void) function preloaderrenderfixed (line 37) | void preloaderrenderfixed(void) function preloaderrender (line 60) | void preloaderrender(void) FILE: tools/editors/Final Level Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 306) | bool loadmap(int x, int y){ function drawtile (line 352) | void drawtile(int xp, int yp, int t){ function print (line 356) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 366) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 378) | void copymap(){ function mapput (line 386) | void mapput(int x, int y, int t){ function at (line 392) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function inbox (line 425) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 430) | int getbackground(){ function antiedge (line 450) | int antiedge(int x, int y, int t){ function edge (line 465) | int edge(int x, int y, int t){ function change_fullscreen (line 499) | void change_fullscreen(){ function change_windowed (line 512) | void change_windowed(){ function main (line 526) | int main(){ FILE: tools/editors/Final Level Editor/tower1/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 38) | string its(int t, int s=0){ function sti (line 61) | int sti(string s){ class entities (line 68) | class entities{ function addentity (line 77) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 90) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 102) | void copyentity(int a, int b){ function removeentity (line 114) | void removeentity(int t){ function entat (line 123) | int entat(int xp, int yp){ function entclear (line 131) | bool entclear(int xp, int yp){ function savemapsimple (line 138) | void savemapsimple(){ function savemap (line 171) | void savemap(){ function loadmap (line 288) | bool loadmap(int x, int y){ function drawtile (line 334) | void drawtile(int xp, int yp, int t){ function print (line 338) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 348) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 360) | void copymap(){ function mapput (line 368) | void mapput(int x, int y, int t){ function oat (line 374) | int oat(int x, int y){ function at (line 385) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function oldmatch (line 425) | int oldmatch(int x, int y, int t){ function inbox (line 447) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 452) | int getbackground(){ function antiedge (line 472) | int antiedge(int x, int y, int t){ function edge (line 490) | int edge(int x, int y, int t){ function change_fullscreen (line 513) | void change_fullscreen(){ function change_windowed (line 526) | void change_windowed(){ function main (line 540) | int main(){ FILE: tools/editors/Final Level Editor/tower2/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 38) | string its(int t, int s=0){ function sti (line 61) | int sti(string s){ class entities (line 68) | class entities{ function addentity (line 77) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 90) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 102) | void copyentity(int a, int b){ function removeentity (line 114) | void removeentity(int t){ function entat (line 123) | int entat(int xp, int yp){ function entclear (line 131) | bool entclear(int xp, int yp){ function savemapsimple (line 138) | void savemapsimple(){ function savemap (line 171) | void savemap(){ function loadmap (line 288) | bool loadmap(int x, int y){ function drawtile (line 334) | void drawtile(int xp, int yp, int t){ function print (line 338) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 348) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 360) | void copymap(){ function mapput (line 368) | void mapput(int x, int y, int t){ function oat (line 374) | int oat(int x, int y){ function at (line 385) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function oldmatch (line 425) | int oldmatch(int x, int y, int t){ function inbox (line 447) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 452) | int getbackground(){ function antiedge (line 472) | int antiedge(int x, int y, int t){ function edge (line 490) | int edge(int x, int y, int t){ function change_fullscreen (line 513) | void change_fullscreen(){ function change_windowed (line 526) | void change_windowed(){ function main (line 540) | int main(){ FILE: tools/editors/Lab Map Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 306) | bool loadmap(int x, int y){ function drawtile (line 352) | void drawtile(int xp, int yp, int t){ function print (line 356) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 366) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 378) | void copymap(){ function mapput (line 386) | void mapput(int x, int y, int t){ function at (line 392) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function inbox (line 425) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 430) | int getbackground(){ function antiedge (line 450) | int antiedge(int x, int y, int t){ function edge (line 465) | int edge(int x, int y, int t){ function change_fullscreen (line 499) | void change_fullscreen(){ function change_windowed (line 512) | void change_windowed(){ function main (line 526) | int main(){ FILE: tools/editors/Level Mapping Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function getgrid (line 27) | bool getgrid(int x, int y, int u, int d, int l, int r){ function string (line 40) | string its(int t, int s=0){ function sti (line 63) | int sti(string s){ function savemapsimple (line 70) | void savemapsimple(){ function savemap (line 106) | void savemap(){ function loadmap (line 145) | bool loadmap(){ function drawtile (line 185) | void drawtile(int xp, int yp, int t){ function print (line 189) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function main (line 201) | int main(){ FILE: tools/editors/Original Space Station Map Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 306) | bool loadmap(int x, int y){ function drawtile (line 352) | void drawtile(int xp, int yp, int t){ function print (line 356) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 366) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 378) | void copymap(){ function mapput (line 386) | void mapput(int x, int y, int t){ function at (line 392) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function inbox (line 425) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 430) | int getbackground(){ function antiedge (line 450) | int antiedge(int x, int y, int t){ function edge (line 465) | int edge(int x, int y, int t){ function change_fullscreen (line 499) | void change_fullscreen(){ function change_windowed (line 512) | void change_windowed(){ function main (line 526) | int main(){ FILE: tools/editors/Other Map Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 306) | bool loadmap(int x, int y){ function drawtile (line 352) | void drawtile(int xp, int yp, int t){ function print (line 356) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 366) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 378) | void copymap(){ function mapput (line 386) | void mapput(int x, int y, int t){ function at (line 392) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function inbox (line 425) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 430) | int getbackground(){ function antiedge (line 450) | int antiedge(int x, int y, int t){ function edge (line 465) | int edge(int x, int y, int t){ function change_fullscreen (line 499) | void change_fullscreen(){ function change_windowed (line 512) | void change_windowed(){ function main (line 526) | int main(){ FILE: tools/editors/Screenshot Outputting Map Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 39) | string its(int t, int s=0){ function sti (line 62) | int sti(string s){ class entities (line 69) | class entities{ function addentity (line 78) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 91) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 103) | void copyentity(int a, int b){ function removeentity (line 115) | void removeentity(int t){ function entat (line 124) | int entat(int xp, int yp){ function entclear (line 132) | bool entclear(int xp, int yp){ function savemapsimple (line 139) | void savemapsimple(){ function savemap (line 172) | void savemap(){ function loadmap (line 308) | bool loadmap(int x, int y){ function drawtile (line 355) | void drawtile(int xp, int yp, int t){ function print (line 359) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 369) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 381) | void copymap(){ function mapput (line 389) | void mapput(int x, int y, int t){ function at (line 395) | int at(int x, int y){ function match (line 406) | int match(int x, int y, int t){ function inbox (line 428) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 433) | int getbackground(){ function antiedge (line 453) | int antiedge(int x, int y, int t){ function edge (line 468) | int edge(int x, int y, int t){ function change_fullscreen (line 502) | void change_fullscreen(){ function change_windowed (line 515) | void change_windowed(){ function savescreen (line 529) | void savescreen(BITMAP* bmp){ function main (line 537) | int main(){ FILE: tools/editors/Space Station 2 Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 333) | bool loadmap(int x, int y){ function drawtile (line 379) | void drawtile(int xp, int yp, int t){ function print (line 383) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 393) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 405) | void copymap(){ function mapput (line 413) | void mapput(int x, int y, int t){ function at (line 419) | int at(int x, int y){ function match (line 430) | int match(int x, int y, int t){ function inbox (line 452) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 457) | int getbackground(){ function antiedge (line 477) | int antiedge(int x, int y, int t){ function edge (line 492) | int edge(int x, int y, int t){ function change_fullscreen (line 530) | void change_fullscreen(){ function change_windowed (line 543) | void change_windowed(){ function main (line 557) | int main(){ FILE: tools/editors/Tower Map Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 38) | string its(int t, int s=0){ function sti (line 61) | int sti(string s){ class entities (line 68) | class entities{ function addentity (line 77) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 90) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 102) | void copyentity(int a, int b){ function removeentity (line 114) | void removeentity(int t){ function entat (line 123) | int entat(int xp, int yp){ function entclear (line 131) | bool entclear(int xp, int yp){ function savemapsimple (line 138) | void savemapsimple(){ function savemap (line 171) | void savemap(){ function loadmap (line 288) | bool loadmap(int x, int y){ function drawtile (line 334) | void drawtile(int xp, int yp, int t){ function print (line 338) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 348) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 360) | void copymap(){ function mapput (line 368) | void mapput(int x, int y, int t){ function oat (line 374) | int oat(int x, int y){ function at (line 385) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function oldmatch (line 425) | int oldmatch(int x, int y, int t){ function inbox (line 447) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 452) | int getbackground(){ function antiedge (line 472) | int antiedge(int x, int y, int t){ function edge (line 490) | int edge(int x, int y, int t){ function change_fullscreen (line 513) | void change_fullscreen(){ function change_windowed (line 526) | void change_windowed(){ function main (line 540) | int main(){ FILE: tools/editors/Towerhallways Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 306) | bool loadmap(int x, int y){ function drawtile (line 352) | void drawtile(int xp, int yp, int t){ function print (line 356) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 366) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 378) | void copymap(){ function mapput (line 386) | void mapput(int x, int y, int t){ function at (line 392) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function inbox (line 425) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 430) | int getbackground(){ function antiedge (line 450) | int antiedge(int x, int y, int t){ function edge (line 465) | int edge(int x, int y, int t){ function change_fullscreen (line 499) | void change_fullscreen(){ function change_windowed (line 512) | void change_windowed(){ function main (line 526) | int main(){ FILE: tools/editors/Warp Zone Map Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function string (line 37) | string its(int t, int s=0){ function sti (line 60) | int sti(string s){ class entities (line 67) | class entities{ function addentity (line 76) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 89) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 101) | void copyentity(int a, int b){ function removeentity (line 113) | void removeentity(int t){ function entat (line 122) | int entat(int xp, int yp){ function entclear (line 130) | bool entclear(int xp, int yp){ function savemapsimple (line 137) | void savemapsimple(){ function savemap (line 170) | void savemap(){ function loadmap (line 306) | bool loadmap(int x, int y){ function drawtile (line 352) | void drawtile(int xp, int yp, int t){ function print (line 356) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 366) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function copymap (line 378) | void copymap(){ function mapput (line 386) | void mapput(int x, int y, int t){ function at (line 392) | int at(int x, int y){ function match (line 403) | int match(int x, int y, int t){ function inbox (line 425) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 430) | int getbackground(){ function antiedge (line 450) | int antiedge(int x, int y, int t){ function edge (line 465) | int edge(int x, int y, int t){ function change_fullscreen (line 499) | void change_fullscreen(){ function change_windowed (line 512) | void change_windowed(){ function main (line 526) | int main(){ FILE: tools/editors/World Map Fork (for Eurogamer)/input.hpp function mapeditinput (line 1) | void mapeditinput(){ function areainput (line 307) | void areainput(){ FILE: tools/editors/World Map Fork (for Eurogamer)/logic.hpp function fillarea (line 2) | void fillarea(int x, int y, int w, int h, int t){ function initworld (line 10) | void initworld(){ function init (line 63) | void init(){ FILE: tools/editors/World Map Fork (for Eurogamer)/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function main (line 18) | int main(){ FILE: tools/editors/World Map Fork (for Eurogamer)/map.hpp class entities (line 1) | class entities{ function addentity (line 10) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 23) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 35) | void copyentity(int a, int b){ function removeentity (line 47) | void removeentity(int t){ function entat (line 56) | int entat(int xp, int yp){ function entclear (line 64) | bool entclear(int xp, int yp){ function savemapsimple (line 71) | void savemapsimple(){ function saveareamapimport (line 105) | void saveareamapimport(){ function saveareamap (line 120) | void saveareamap(){ function existmap (line 139) | bool existmap(int x, int y){ function loadmap (line 154) | bool loadmap(int x, int y){ function supersavemap (line 238) | void supersavemap(){ function supersaveminimap (line 442) | void supersaveminimap(){ function savemap (line 487) | void savemap(){ function copymap (line 671) | void copymap(){ function mapput (line 679) | void mapput(int x, int y, int t){ function at (line 685) | int at(int x, int y){ function match (line 696) | int match(int x, int y, int t){ function inbox (line 718) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 723) | int getbackground(){ function antiedge (line 743) | int antiedge(int x, int y, int t){ function edge (line 758) | int edge(int x, int y, int t){ function drawentities (line 796) | void drawentities(){ FILE: tools/editors/World Map Fork (for Eurogamer)/misc.hpp function string (line 33) | string its(int t, int s=0){ function sti (line 56) | int sti(string s){ function drawtile (line 63) | void drawtile(int xp, int yp, int t){ function print (line 71) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 81) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function r2print (line 92) | void r2print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, b... function change_fullscreen (line 103) | void change_fullscreen(){ function change_windowed (line 116) | void change_windowed(){ function savescreen (line 130) | void savescreen(BITMAP* bmp){ FILE: tools/editors/World Map Fork (for Eurogamer)/render.hpp function mapeditrender (line 1) | void mapeditrender(){ function arearender (line 102) | void arearender(){ FILE: tools/editors/World Mapping Editor/input.hpp function mapeditinput (line 1) | void mapeditinput(){ function areainput (line 307) | void areainput(){ FILE: tools/editors/World Mapping Editor/logic.hpp function fillarea (line 2) | void fillarea(int x, int y, int w, int h, int t){ function initworld (line 10) | void initworld(){ function init (line 63) | void init(){ FILE: tools/editors/World Mapping Editor/main.cpp function increment_speed_counter (line 9) | void increment_speed_counter(){speed_counter++;} function main (line 18) | int main(){ FILE: tools/editors/World Mapping Editor/map.hpp class entities (line 1) | class entities{ function addentity (line 10) | void addentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, int... function naddentity (line 23) | void naddentity(int xp, int yp, int tp, int p1=0, int p2=0, int p3=0, in... function copyentity (line 35) | void copyentity(int a, int b){ function removeentity (line 47) | void removeentity(int t){ function entat (line 56) | int entat(int xp, int yp){ function entclear (line 64) | bool entclear(int xp, int yp){ function savemapsimple (line 71) | void savemapsimple(){ function saveareamapimport (line 105) | void saveareamapimport(){ function saveareamap (line 120) | void saveareamap(){ function existmap (line 139) | bool existmap(int x, int y){ function loadmap (line 154) | bool loadmap(int x, int y){ function supersavemap (line 238) | void supersavemap(){ function supersaveminimap (line 442) | void supersaveminimap(){ function savemap (line 487) | void savemap(){ function copymap (line 671) | void copymap(){ function mapput (line 679) | void mapput(int x, int y, int t){ function at (line 685) | int at(int x, int y){ function match (line 696) | int match(int x, int y, int t){ function inbox (line 718) | bool inbox(int x1, int y1, int x2, int y2, int xt, int yt){ function getbackground (line 723) | int getbackground(){ function antiedge (line 743) | int antiedge(int x, int y, int t){ function edge (line 758) | int edge(int x, int y, int t){ function drawentities (line 796) | void drawentities(){ FILE: tools/editors/World Mapping Editor/misc.hpp function string (line 33) | string its(int t, int s=0){ function sti (line 56) | int sti(string s){ function drawtile (line 63) | void drawtile(int xp, int yp, int t){ function print (line 71) | void print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, boo... function rprint (line 81) | void rprint(BITMAP* bmp, int x, int y, string t, int r, int g, int b, bo... function r2print (line 92) | void r2print(BITMAP* bmp, int x, int y, string t, int r, int g, int b, b... function change_fullscreen (line 103) | void change_fullscreen(){ function change_windowed (line 116) | void change_windowed(){ function savescreen (line 130) | void savescreen(BITMAP* bmp){ FILE: tools/editors/World Mapping Editor/render.hpp function mapeditrender (line 1) | void mapeditrender(){ function arearender (line 102) | void arearender(){