Free Hero Mesh

Check-in [a62361241e]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.
Overview
Comment:Some improvements to documentation. (No code changes.)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a62361241e906bd6c71258b5c15ea3b6c4d0f3b2
User & Date: user on 2021-05-27 22:35:52
Other Links: manifest | tags
Context
2021-05-28
04:40
Correct the picture loading to load all pictures instead of missing one check-in: 34ca97ebc2 user: user tags: trunk
2021-05-27
22:35
Some improvements to documentation. (No code changes.) check-in: a62361241e user: user tags: trunk
02:17
Implement the "Data" instruction to read string data. check-in: 21abf7afd3 user: user tags: trunk
Changes

Modified ARCHITECTURE from [cb92c7e015] to [991968ca7d].

65
66
67
68
69
70
71

72
73
74
75
76
77
78
pcfont.h: Contains the graphics for the PC character set.

picedit.c: The picture editor.

picture.c: Contains initialization of graphics, and everything to draw
graphics on the screen, including icons and text. It also contains the
code for loading icons, for displaying popup messages, and scrollbars.


quarks/quarks.h/quarks.js: The "quarks" file contains names of predefined
quarks for use with the resource manager. The quarks.js program converts
quarks into quarks.h.

smallxrm.c/smallxrm.h: An implementation of the X resource manager. This
can be used independently from Free Hero Mesh.







>







65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
pcfont.h: Contains the graphics for the PC character set.

picedit.c: The picture editor.

picture.c: Contains initialization of graphics, and everything to draw
graphics on the screen, including icons and text. It also contains the
code for loading icons, for displaying popup messages, and scrollbars.
Loading fonts for code pages are also included in this file.

quarks/quarks.h/quarks.js: The "quarks" file contains names of predefined
quarks for use with the resource manager. The quarks.js program converts
quarks into quarks.h.

smallxrm.c/smallxrm.h: An implementation of the X resource manager. This
can be used independently from Free Hero Mesh.

Modified config.doc from [7ca3d09672] to [5c0e5c6d42].

120
121
122
123
124
125
126

127

128
129
130
131
132
133
134
  Boolean controlling if SQLite will use covering index scans.

.sqlExtensions
  Names of SQLite extensions with spaces in between.

.sqlFile
  Name of the user cache database. If not set, then it will use the file

  called .heromeshsession in the home directory.


.sqlInit
  SQL codes to execute when Free Hero Mesh starts.

.sqlMemStatus
  Boolean controlling if SQL memory status is available.








>
|
>







120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
  Boolean controlling if SQLite will use covering index scans.

.sqlExtensions
  Names of SQLite extensions with spaces in between.

.sqlFile
  Name of the user cache database. If not set, then it will use the file
  name of the configuration file replacing "rc" at the end with "session";
  usually this is the file called .heromeshsession in the home directory,
  but with some configurations (e.g. portable mode) it might not be.

.sqlInit
  SQL codes to execute when Free Hero Mesh starts.

.sqlMemStatus
  Boolean controlling if SQL memory status is available.