In principle yes, however where things appear on the menus can be hard to predict because it depends on the order in which modules are loaded which can change...
QkBsp.PAS - Fixed some compiler-warnings, a source-line placement error, and done some indenting. QkComponent.pas - Fixed compiler-warning, by commenting an...
Do people think that the Bot Waypoint editor and the jumppad calculator are stable enough to go into 6.3 in spite of the putative feature-freeze (I've been...
QuArK currently expects its project files (qrk/qkm) to be in the same folder as the program itself, but this requires a lot of copying etc when a new version...
Created a new section infobase\src\delphi about getting, installing and, more importantly, configuring Delphi to be used for the development of QuArK. It's a...
Not so much the projects (by which you mean the user-made maps?) as they can go anywhere, but more so for the custom add-ons which *must* be in the QuArK.exe...
I've found odd problems with opening stuff that's not in the QuArK directory (setup.qrk not being properly updated), but so far found it too marginal to worry...
[-tiglari-] ... [-Rowdy-] ... I do really _hate_ the "My Documents", "\Documents and Settings\<user>\Application Data", and other annoying Microsoft stuff ...
So I think this idea isn't popular enough to go with. Well there's plenty else to do! ... Projects; ... actually ... one ... that ... Win2K/XP ... stuff ... ...
source/prog/QkMapPoly.py runtime/plugins/maptagise.py runtime/plugins/mapmitreedge.py All concerned with getting swapsided faces to work right; introduces a...
A few that I believe to be specific to 6.4, then the ones that are 6.3. There are probably heaps of mistakes, duplications, omissions, stuff that was done in...
Thank you for the axis recommendaiton tiglari and I know you're very bizzy but i just wanted to comment again about the minor change in the quarkpy\qhandles.py...
I re-downloaded the CVS infobase. How do I do a build, use Delphi ? I would like to include the pages about Delphi, that Rowdy added, to my help folder files. ...
In the infobase directory is a script called build.py which is a Python script. If you start a DOS prompt (or command prompt, depending on which version of...
What I suggest is, when 6.3 is finally stable, put your change into qhandles.py and include this in the plugin for 6.3, then we can try to work out a real...
Some changes I made to quarkpy.mapquakemenu (both main and rel-63a branches), so that when a file that is not supposed to be generated is generated but is...
I left return 0 out because Python supposed to automatically return None as value from a function without an an explicit return value, and None counts as...
Changing the CylindreDeFace procedure (which makes prism walls) so that the threepoints have equal separation; Armin's original version was producing problems...
It turns out that recent versions of GtkRadiant require the 'three fields' to be written even if they're all 0 (just like the mohaa tools); the easiest way to...
I find this convincing, given that the code would best be easy to read by non-hardcore-Pythonistas. So in it goes, when I get around to it. ... return ... may...