2.6.3 (2.7 beta 3)
|
2015-05-27, 08:43 PM
|
|||
|
|||
RE: [Future] 2.7/2.6.3
@asmanel, if we can make high quality maps for ACR, we probably should replace some (eventually all) of AC's maps.
Also, is there additional information for the selection rectangles? I still don't quite understand what the problem is. Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2015-06-02, 03:32 PM
|
|||
|
|||
RE: [Future] 2.7/2.6.3
Sorry for not reply before. I just saw I closed the tab where I wrote my reply without validate it.
@Victor I already said you all about this problem, except what I think the best way to fix it : make the rectangles appears on the ground or the ceiling, like if they were made with the mouse If the floor/ceiling have have several heights in the zone selected by a rectangle (it's the case most time), there are several possibilities but in don't know what one will be the best one. They was confident : "Only some thousands of bricks, and it will look like something !"
More a community is little, more the "others will do it" way to think is dangerous for it. |
|||
2015-06-03, 07:49 PM
(This post was last modified: 2015-06-03, 07:50 PM by Victor.)
|
|||
|
|||
RE: [Future] 2.7/2.6.3
@asmanel, I think I understand the problem now.
One possible solution is to add an extra parameter to /select and /addselection for the height of the selection (to replace the 0). Code: COMMANDF(select, "iiii", (int *x, int *y, int *xs, int *ys) { resetselections(); addselection(*x, *y, *xs, *ys, 0); }); If you omit it, it would be 0 by default and therefore backwards-compatible. Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2016-01-02, 08:11 PM
|
|||
|
|||
RE: [Future] 2.7/2.6.3
For 2016, the previous target date of January 1 has been missed.
The new target date for 2.6.3 is between now and January 11. Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2016-01-11, 10:37 PM
(This post was last modified: 2016-01-12, 11:44 AM by Victor.)
|
|||
|
|||
RE: [Future] 2.7/2.6.3
I've just finished uploading ACR 2.6.3. I'll verify the upload integrity tomorrow.
EDIT: The uploads are good. In the past, some uploads were corrupted, so I usually download them and verify file hashes. Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2016-01-12, 12:23 PM
(This post was last modified: 2016-01-12, 12:46 PM by camper.)
|
|||
|
|||
RE: 2.6.3 (2.7 beta 3)
Does not work in Ubuntu 14.04 LTE
The Wine is working |
|||
2016-01-12, 12:56 PM
(This post was last modified: 2016-01-12, 06:21 PM by Victor.)
|
|||
|
|||
RE: 2.6.3 (2.7 beta 3)
@camper, have you tried recompiling? I compiled it on some old version of Ubuntu, so there might be compatibility issues.
Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2016-01-13, 10:13 AM
|
|||
|
|||
RE: 2.6.3 (2.7 beta 3)
(2016-01-12, 12:56 PM)Victor Wrote: @camper, have you tried recompiling?No. I do not know how to do it. |
|||
2016-01-13, 02:53 PM
|
|||
|
|||
RE: 2.6.3 (2.7 beta 3)
@camper, `cd ~/ACR_path/source/src; make install` (but you might need to install some devel packages first), and then you'll have native binaries.
Best regards,
Victor //victorz.ca Code: Your antithesis compares favorably with any high magnitude of pwnage. (-you > |p|, you < -|p|) |
|||
2016-01-14, 02:40 PM
|
|||
|
|||
RE: 2.6.3 (2.7 beta 3)
(2016-01-13, 02:53 PM)Victor Wrote: @camper, `cd ~/ACR_path/source/src; make install` (but you might need to install some devel packages first), and then you'll have native binaries. ![]() ______ camper3d@camper3d-System-Product-Name:~/Games/ACR263/source/src$ make install cd ../enet; ./configure --enable-shared=no --enable-static=yes /bin/sh: 1: ./configure: Permission denied make: *** [../enet/Makefile] Ошибка 126 camper3d@@camper3d-System-Product-Name:~/Games/ACR263/source/src$ cd ~/Games/ACR263/source/src; make install cd ../enet; ./configure --enable-shared=no --enable-static=yes /bin/sh: 1: ./configure: Permission denied make: *** [../enet/Makefile] Ошибка 126 camper3d@@camper3d-System-Product-Name:~/Games/ACR263/source/src$ _______ Ошибка=Error |
|||
« Next Oldest | Next Newest »
|